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

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 133 if (page->chrome()->client()->supportsFullScreenForElement(this, false))
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 148 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
ChromeClientGtk.cpp 726 bool ChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard)
  /external/webkit/Source/WebCore/page/
ChromeClient.h 274 virtual bool supportsFullScreenForElement(const Element*, bool) { return false; }
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 172 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
ChromeClientImpl.cpp 883 bool ChromeClientImpl::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 167 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
WebChromeClient.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegatePrivate.h 240 - (BOOL)webView:(WebView *)sender supportsFullScreenForElement:(DOMElement *)element;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 211 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
WebChromeClient.cpp 715 bool WebChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard)
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 238 - (BOOL)webView:(WebView *)webView supportsFullScreenForElement:(DOMElement*)element withKeyboard:(BOOL)withKeyboard
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 824 milliseconds