Searched defs:enterFullScreenForElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DFullscreenController.cpp130 void FullscreenController::enterFullScreenForElement(Element* element) function in class:blink::FullscreenController
H A DChromeClientImpl.cpp704 void ChromeClientImpl::enterFullScreenForElement(Element* element) function in class:blink::ChromeClientImpl
706 m_webView->enterFullScreenForElement(element);
H A DWebViewImpl.cpp1931 void WebViewImpl::enterFullScreenForElement(Element* element) function in class:WebViewImpl
1933 m_fullscreenController->enterFullScreenForElement(element);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h185 virtual void enterFullScreenForElement(Element*) { } function in class:blink::ChromeClient

Completed in 93 milliseconds