Searched refs:_fullScreenWindowController (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DPageClientImpl.mm660 return m_wkView._fullScreenWindowController.isFullScreen;
665 [m_wkView._fullScreenWindowController enterFullScreen:nil];
670 [m_wkView._fullScreenWindowController exitFullScreen];
675 [m_wkView._fullScreenWindowController beganEnterFullScreenWithInitialFrame:initialFrame finalFrame:finalFrame];
680 [m_wkView._fullScreenWindowController beganExitFullScreenWithInitialFrame:initialFrame finalFrame:finalFrame];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKViewInternal.h124 @property (readonly) WKFullScreenWindowController *_fullScreenWindowController; variable
H A DWKView.mm208 RetainPtr<WKFullScreenWindowController> _fullScreenWindowController;
3390 return (bool)_data->_fullScreenWindowController;
3393 - (WKFullScreenWindowController *)_fullScreenWindowController
3395 if (!_data->_fullScreenWindowController)
3396 _data->_fullScreenWindowController = adoptNS([[WKFullScreenWindowController alloc] initWithWindow:[self createFullScreenWindow] webView:self]);
3398 return _data->_fullScreenWindowController.get();
3403 if (!_data->_fullScreenWindowController)
3406 [_data->_fullScreenWindowController close];
3407 _data->_fullScreenWindowController = nullptr;
3820 if (_data->_fullScreenWindowController
[all...]

Completed in 131 milliseconds