HomeSort by relevance Sort by last modified time
    Searched refs:enterFullScreenForElement (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFullScreenClient.cpp 53 void InjectedBundlePageFullScreenClient::enterFullScreenForElement(WebPage *page, WebCore::Element *element)
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()));
InjectedBundlePageFullScreenClient.h 47 void enterFullScreenForElement(WebPage*, WebCore::Element*);
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 73 void WebFullScreenManager::enterFullScreenForElement(WebCore::Element* element)
78 m_page->injectedBundleFullScreenClient().enterFullScreenForElement(m_page.get(), element);
WebFullScreenManager.h 58 void enterFullScreenForElement(WebCore::Element*);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 149 virtual void enterFullScreenForElement(WebCore::Element*);
ChromeClientGtk.cpp 734 void ChromeClient::enterFullScreenForElement(WebCore::Element* element)
  /external/webkit/Source/WebCore/page/
ChromeClient.h 275 virtual void enterFullScreenForElement(Element*) { }
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 173 virtual void enterFullScreenForElement(WebCore::Element*);
ChromeClientImpl.cpp 888 void ChromeClientImpl::enterFullScreenForElement(WebCore::Element* element)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 168 virtual void enterFullScreenForElement(WebCore::Element*);
WebChromeClient.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegatePrivate.h 241 - (void)webView:(WebView *)sender enterFullScreenForElement:(DOMElement *)element;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 212 virtual void enterFullScreenForElement(WebCore::Element*);
WebChromeClient.cpp 720 void WebChromeClient::enterFullScreenForElement(WebCore::Element* element)
722 m_page->fullScreenManager()->enterFullScreenForElement(element);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.h 122 static void enterFullScreenForElement(WKBundlePageRef, WKBundleNodeHandleRef element);
InjectedBundlePage.cpp 253 enterFullScreenForElement,
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 243 - (void)webView:(WebView *)webView enterFullScreenForElement:(DOMElement*)element listener:(NSObject<WebKitFullScreenListener>*)listener
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 261 WKBundlePageEnterFullScreenForElement enterFullScreenForElement;
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 7809 milliseconds