HomeSort by relevance Sort by last modified time
    Searched defs:WebFullScreenManager (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.h 50 class WebFullScreenManager : public RefCounted<WebFullScreenManager> {
52 static PassRefPtr<WebFullScreenManager> create(WebPage*);
53 virtual ~WebFullScreenManager();
74 WebFullScreenManager(WebPage*);
WebFullScreenManager.cpp 26 #include "WebFullScreenManager.h"
44 WebFullScreenManager::WebFullScreenManager(WebPage* page)
49 WebFullScreenManager::~WebFullScreenManager()
54 WebCore::Element* WebFullScreenManager::element()
59 void WebFullScreenManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
64 bool WebFullScreenManager::supportsFullScreen(bool withKeyboard)
73 void WebFullScreenManager::enterFullScreenForElement(WebCore::Element* element)
81 void WebFullScreenManager::exitFullScreenForElement(WebCore::Element* element
    [all...]

Completed in 31 milliseconds