Searched refs:enterFullScreenForElement (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageFullScreenClient.cpp53 void InjectedBundlePageFullScreenClient::enterFullScreenForElement(WebPage *page, WebCore::Element *element) function in class:WebKit::InjectedBundlePageFullScreenClient
55 if (m_client.enterFullScreenForElement) {
57 m_client.enterFullScreenForElement(toAPI(page), toAPI(nodeHandle.get()));
64 if (m_client.enterFullScreenForElement) {
66 m_client.enterFullScreenForElement(toAPI(page), toAPI(nodeHandle.get()));
H A DInjectedBundlePageFullScreenClient.h47 void enterFullScreenForElement(WebPage*, WebCore::Element*);
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp73 void WebFullScreenManager::enterFullScreenForElement(WebCore::Element* element) function in class:WebKit::WebFullScreenManager
78 m_page->injectedBundleFullScreenClient().enterFullScreenForElement(m_page.get(), element);
H A DWebFullScreenManager.h58 void enterFullScreenForElement(WebCore::Element*);
/external/webkit/Source/WebCore/page/
H A DChromeClient.h275 virtual void enterFullScreenForElement(Element*) { } function in class:WebCore::ChromeClient
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h173 virtual void enterFullScreenForElement(WebCore::Element*);
H A DChromeClientImpl.cpp888 void ChromeClientImpl::enterFullScreenForElement(WebCore::Element* element) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h149 virtual void enterFullScreenForElement(WebCore::Element*);
H A DChromeClientGtk.cpp734 void ChromeClient::enterFullScreenForElement(WebCore::Element* element) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h168 virtual void enterFullScreenForElement(WebCore::Element*);
H A DWebChromeClient.mm989 void WebChromeClient::enterFullScreenForElement(Element* element)
991 SEL selector = @selector(webView:enterFullScreenForElement:listener:);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegatePrivate.h241 - (void)webView:(WebView *)sender enterFullScreenForElement:(DOMElement *)element;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h212 virtual void enterFullScreenForElement(WebCore::Element*);
H A DWebChromeClient.cpp720 void WebChromeClient::enterFullScreenForElement(WebCore::Element* element) function in class:WebKit::WebChromeClient
722 m_page->fullScreenManager()->enterFullScreenForElement(element);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h122 static void enterFullScreenForElement(WKBundlePageRef, WKBundleNodeHandleRef element);
H A DInjectedBundlePage.cpp253 enterFullScreenForElement,
1020 void InjectedBundlePage::enterFullScreenForElement(WKBundlePageRef pageRef, WKBundleNodeHandleRef elementRef) function in class:WTR::InjectedBundlePage
1023 InjectedBundle::shared().os() << "enterFullScreenForElement()\n";
/external/webkit/Tools/DumpRenderTree/mac/
H A DUIDelegate.mm243 - (void)webView:(WebView *)webView enterFullScreenForElement:(DOMElement*)element listener:(NSObject<WebKitFullScreenListener>*)listener
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h261 WKBundlePageEnterFullScreenForElement enterFullScreenForElement; member in struct:WKBundlePageFullScreenClient
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp4871 page()->chrome()->client()->enterFullScreenForElement(element);

Completed in 4973 milliseconds