HomeSort by relevance Sort by last modified time
    Searched refs:supportsFullscreenForNode (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 137 return page->chrome()->client()->supportsFullscreenForNode(this);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 188 virtual bool supportsFullscreenForNode(const WebCore::Node*);
ChromeClientAndroid.cpp 576 bool ChromeClientAndroid::supportsFullscreenForNode(const Node* node)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 142 virtual bool supportsFullscreenForNode(const WebCore::Node*);
ChromeClientGtk.cpp 709 bool ChromeClient::supportsFullscreenForNode(const Node* node)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 167 virtual bool supportsFullscreenForNode(const Node*);
ChromeClientQt.cpp 672 bool ChromeClientQt::supportsFullscreenForNode(const Node* node)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 167 virtual bool supportsFullscreenForNode(const WebCore::Node*);
WebChromeClient.cpp 843 bool WebChromeClient::supportsFullscreenForNode(const Node* node)
  /external/webkit/Source/WebCore/page/
ChromeClient.h 268 virtual bool supportsFullscreenForNode(const Node*) { return false; }
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 167 virtual bool supportsFullscreenForNode(const WebCore::Node*);
ChromeClientImpl.cpp 863 bool ChromeClientImpl::supportsFullscreenForNode(const WebCore::Node* node)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 160 virtual bool supportsFullscreenForNode(const WebCore::Node*);
WebChromeClient.mm     [all...]

Completed in 218 milliseconds