Searched defs:enterFullscreenForNode (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DChromeClient.h269 virtual void enterFullscreenForNode(Node*) { } function in class:WebCore::ChromeClient
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h215 virtual void enterFullscreenForNode(const WebNode&) { } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp621 void ChromeClientAndroid::enterFullscreenForNode(Node* node) function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
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.cpp714 void ChromeClient::enterFullscreenForNode(Node* node) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp683 void ChromeClientQt::enterFullscreenForNode(Node* node) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp848 void WebChromeClient::enterFullscreenForNode(Node* node) function in class:WebChromeClient
850 m_webView->enterFullscreenForNode(node);

Completed in 187 milliseconds