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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFullScreenClient.h 44 class InjectedBundlePageFullScreenClient : public APIClient<WKBundlePageFullScreenClient> {
InjectedBundlePageFullScreenClient.cpp 30 #include "InjectedBundlePageFullScreenClient.h"
43 bool InjectedBundlePageFullScreenClient::supportsFullScreen(WebPage *page, bool withKeyboard)
53 void InjectedBundlePageFullScreenClient::enterFullScreenForElement(WebPage *page, WebCore::Element *element)
62 void InjectedBundlePageFullScreenClient::exitFullScreenForElement(WebPage *page, WebCore::Element *element)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 37 #include "InjectedBundlePageFullScreenClient.h"
211 InjectedBundlePageFullScreenClient& injectedBundleFullScreenClient() { return m_fullScreenClient; }
616 InjectedBundlePageFullScreenClient m_fullScreenClient;

Completed in 247 milliseconds