Searched defs:withKeyboard (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageFullScreenClient.cpp43 bool InjectedBundlePageFullScreenClient::supportsFullScreen(WebPage *page, bool withKeyboard) argument
46 return m_client.supportsFullScreen(toAPI(page), withKeyboard);
49 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFullScreenManagerProxy.cpp102 void WebFullScreenManagerProxy::supportsFullScreen(bool withKeyboard, bool& supports) argument
104 if (withKeyboard)
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp64 bool WebFullScreenManager::supportsFullScreen(bool withKeyboard) argument
69 return m_page->injectedBundleFullScreenClient().supportsFullScreen(m_page.get(), withKeyboard);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp883 bool ChromeClientImpl::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) argument
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp726 bool ChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) argument
728 if (withKeyboard)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp715 bool WebChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard) argument
717 return m_page->fullScreenManager()->supportsFullScreen(withKeyboard);

Completed in 106 milliseconds