Searched refs:supportsFullscreenForNode (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.h138 virtual bool supportsFullscreenForNode(const Node*);
H A DChromeClientGtk.cpp928 bool ChromeClient::supportsFullscreenForNode(const Node* node) function in class:WebKit::ChromeClient
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLVideoElement.cpp149 return page->chrome().client()->supportsFullscreenForNode(this);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DChromeClientBlackBerry.h122 virtual bool supportsFullscreenForNode(const Node*);
H A DChromeClientBlackBerry.cpp698 bool ChromeClientBlackBerry::supportsFullscreenForNode(const Node* node) function in class:WebCore::ChromeClientBlackBerry
705 if (!supportsFullscreenForNode(node))
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.h163 virtual bool supportsFullscreenForNode(const Node*);
H A DChromeClientQt.cpp690 bool ChromeClientQt::supportsFullscreenForNode(const Node* node) function in class:WebCore::ChromeClientQt
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.h151 virtual bool supportsFullscreenForNode(const WebCore::Node*);
H A DWebChromeClient.cpp773 bool WebChromeClient::supportsFullscreenForNode(const Node* node) function in class:WebChromeClient
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChromeClient.h284 virtual bool supportsFullscreenForNode(const Node*) { return false; } function in class:WebCore::ChromeClient
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebChromeClient.h167 virtual bool supportsFullscreenForNode(const WebCore::Node*) OVERRIDE;
H A DWebChromeClient.mm891 bool WebChromeClient::supportsFullscreenForNode(const Node* node)

Completed in 178 milliseconds