Home
last modified time | relevance | path

Searched defs:supportsFullScreenForElement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
DChromeClient.h274 virtual bool supportsFullScreenForElement(const Element*, bool) { return false; } in supportsFullScreenForElement() function
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm981 bool WebChromeClient::supportsFullScreenForElement(const Element* element, bool withKeyboard) function
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp883 bool ChromeClientImpl::supportsFullScreenForElement(const WebCore::Element* element, bool withKeybo… in supportsFullScreenForElement() function in WebKit::ChromeClientImpl
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.cpp715 bool WebChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboa… in supportsFullScreenForElement() function in WebKit::WebChromeClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp726 bool ChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) in supportsFullScreenForElement() function in WebKit::ChromeClient