Searched refs:enterFullscreenForNode (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h215 virtual void enterFullscreenForNode(const WebNode&) { } function in class:WebKit::WebViewClient
/external/webkit/Source/WebCore/page/
H A DChromeClient.h269 virtual void enterFullscreenForNode(Node*) { } function in class:WebCore::ChromeClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h189 virtual void enterFullscreenForNode(WebCore::Node*);
H A DChromeClientAndroid.cpp581 void ChromeClientAndroid::enterFullscreenForNode(Node* node) function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h168 virtual void enterFullscreenForNode(WebCore::Node*);
H A DChromeClientImpl.cpp870 void ChromeClientImpl::enterFullscreenForNode(WebCore::Node* node) function in class:WebKit::ChromeClientImpl
873 m_webView->client()->enterFullscreenForNode(WebNode(node));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h143 virtual void enterFullscreenForNode(WebCore::Node*);
H A DChromeClientGtk.cpp714 void ChromeClient::enterFullscreenForNode(Node* node) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h161 virtual void enterFullscreenForNode(WebCore::Node*);
H A DWebChromeClient.mm963 void WebChromeClient::enterFullscreenForNode(Node* node)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h168 virtual void enterFullscreenForNode(Node*);
H A DChromeClientQt.cpp683 void ChromeClientQt::enterFullscreenForNode(Node* node) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h168 virtual void enterFullscreenForNode(WebCore::Node*);
H A DWebChromeClient.cpp848 void WebChromeClient::enterFullscreenForNode(Node* node) function in class:WebChromeClient
850 m_webView->enterFullscreenForNode(node);
/external/webkit/Source/WebKit/win/
H A DWebView.h926 void enterFullscreenForNode(WebCore::Node*);
H A DWebView.cpp5977 void WebView::enterFullscreenForNode(Node* node)
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp2585 document()->page()->chrome()->client()->enterFullscreenForNode(this);

Completed in 3604 milliseconds