Searched refs:exitFullScreenForElement (Results 1 – 8 of 8) sorted by relevance
56 void exitFullScreenForElement(WebCore::Element*);
178 void FullscreenController::exitFullScreenForElement(WebCore::Element* element) in exitFullScreenForElement() function in blink::FullscreenController
158 virtual void exitFullScreenForElement(WebCore::Element*);
863 void ChromeClientImpl::exitFullScreenForElement(Element* element) in exitFullScreenForElement() function in blink::ChromeClientImpl865 m_webView->exitFullScreenForElement(element); in exitFullScreenForElement()
526 void exitFullScreenForElement(WebCore::Element*);
1918 void WebViewImpl::exitFullScreenForElement(WebCore::Element* element) in exitFullScreenForElement() function in blink::WebViewImpl1920 m_fullscreenController->exitFullScreenForElement(element); in exitFullScreenForElement()
223 virtual void exitFullScreenForElement(Element*) { } in exitFullScreenForElement() function
334 document()->page()->chrome().client().exitFullScreenForElement(m_fullScreenElement.get()); in webkitExitFullscreen()