Returns the window that this page is sitting inside. @return the enclosing frame or null if this page isn't inside a frame
()
| 113 | * @return the enclosing frame or null if this page isn't inside a frame |
| 114 | */ |
| 115 | @Override |
| 116 | public WebWindow getEnclosingWindow() { |
| 117 | return enclosingWindow_; |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Sets the window that contains this page. |
no outgoing calls
no test coverage detected