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

/external/webkit/Source/WebCore/page/
H A DChromeClient.h270 virtual void exitFullscreenForNode(Node*) { } function in class:WebCore::ChromeClient
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h216 virtual void exitFullscreenForNode(const WebNode&) { } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp606 void ChromeClientAndroid::exitFullscreenForNode(Node* node) function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp876 void ChromeClientImpl::exitFullscreenForNode(WebCore::Node* node) function in class:WebKit::ChromeClientImpl
879 m_webView->client()->exitFullscreenForNode(WebNode(node));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp719 void ChromeClient::exitFullscreenForNode(Node* node) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp690 void ChromeClientQt::exitFullscreenForNode(Node* node) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp853 void WebChromeClient::exitFullscreenForNode(Node*) function in class:WebChromeClient

Completed in 62 milliseconds