Home
last modified time | relevance | path

Searched refs:enterFullscreenForNode (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h215 virtual void enterFullscreenForNode(const WebNode&) { } in enterFullscreenForNode() function
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.h168 virtual void enterFullscreenForNode(Node*);
DChromeClientQt.cpp683 void ChromeClientQt::enterFullscreenForNode(Node* node) in enterFullscreenForNode() function in WebCore::ChromeClientQt
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h189 virtual void enterFullscreenForNode(WebCore::Node*);
DChromeClientAndroid.cpp581 void ChromeClientAndroid::enterFullscreenForNode(Node* node) in enterFullscreenForNode() function in android::ChromeClientAndroid
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.h143 virtual void enterFullscreenForNode(WebCore::Node*);
DChromeClientGtk.cpp714 void ChromeClient::enterFullscreenForNode(Node* node) in enterFullscreenForNode() function in WebKit::ChromeClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.h168 virtual void enterFullscreenForNode(WebCore::Node*);
DWebChromeClient.cpp848 void WebChromeClient::enterFullscreenForNode(Node* node) in enterFullscreenForNode() function in WebChromeClient
850 m_webView->enterFullscreenForNode(node); in enterFullscreenForNode()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebChromeClient.h161 virtual void enterFullscreenForNode(WebCore::Node*);
DWebChromeClient.mm963 void WebChromeClient::enterFullscreenForNode(Node* node) function
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.h168 virtual void enterFullscreenForNode(WebCore::Node*);
DChromeClientImpl.cpp870 void ChromeClientImpl::enterFullscreenForNode(WebCore::Node* node) in enterFullscreenForNode() function in WebKit::ChromeClientImpl
873 m_webView->client()->enterFullscreenForNode(WebNode(node)); in enterFullscreenForNode()
/external/webkit/Source/WebCore/page/
DChromeClient.h269 virtual void enterFullscreenForNode(Node*) { } in enterFullscreenForNode() function
/external/webkit/Source/WebKit/win/
DWebView.h926 void enterFullscreenForNode(WebCore::Node*);
DWebView.cpp5977 void WebView::enterFullscreenForNode(Node* node) in enterFullscreenForNode() function in WebView
DChangeLog6682 (WebView::enterFullscreenForNode):
6710 (WebChromeClient::enterFullscreenForNode):
6724 (WebView::enterFullscreenForNode):
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp2585 document()->page()->chrome()->client()->enterFullscreenForNode(this); in enterFullscreen()
/external/webkit/Source/WebKit/qt/
DChangeLog508 (WebCore::ChromeClientQt::enterFullscreenForNode):
DChangeLog-2011-02-16640 (WebCore::ChromeClientQt::enterFullscreenForNode):
800 (WebCore::ChromeClientQt::enterFullscreenForNode):
/external/webkit/Source/WebKit/gtk/
DChangeLog688 (WebKit::ChromeClient::enterFullscreenForNode):
2688 (WebKit::ChromeClient::enterFullscreenForNode):
5106 (WebKit::ChromeClient::enterFullscreenForNode):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1616528 (WebKit::WebViewClient::enterFullscreenForNode):
16532 (WebKit::ChromeClientImpl::enterFullscreenForNode):
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-292438 (WebChromeClient::enterFullscreenForNode):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2950447 (WebCore::ChromeClient::enterFullscreenForNode):