Searched refs:supportsFullScreenForElement (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.cpp133 if (page->chrome()->client()->supportsFullScreenForElement(this, false))
/external/webkit/Source/WebCore/page/
H A DChromeClient.h274 virtual bool supportsFullScreenForElement(const Element*, bool) { return false; } function in class:WebCore::ChromeClient
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h172 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
H A DChromeClientImpl.cpp883 bool ChromeClientImpl::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h148 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
H A DChromeClientGtk.cpp726 bool ChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h167 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
H A DWebChromeClient.mm981 bool WebChromeClient::supportsFullScreenForElement(const Element* element, bool withKeyboard)
983 SEL selector = @selector(webView:supportsFullScreenForElement:withKeyboard:);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegatePrivate.h240 - (BOOL)webView:(WebView *)sender supportsFullScreenForElement:(DOMElement *)element;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h211 virtual bool supportsFullScreenForElement(const WebCore::Element*, bool withKeyboard);
H A DWebChromeClient.cpp715 bool WebChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) function in class:WebKit::WebChromeClient
/external/webkit/Tools/DumpRenderTree/mac/
H A DUIDelegate.mm238 - (BOOL)webView:(WebView *)webView supportsFullScreenForElement:(DOMElement*)element withKeyboard:(BOOL)withKeyboard
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp4870 if (!page()->chrome()->client()->supportsFullScreenForElement(element, flags & Element::ALLOW_KEYBOARD_INPUT))

Completed in 436 milliseconds