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

  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.cpp 27 #include "WebFullScreenManagerProxy.h"
37 PassRefPtr<WebFullScreenManagerProxy> WebFullScreenManagerProxy::create(WebPageProxy* page)
39 return adoptRef(new WebFullScreenManagerProxy(page));
42 WebFullScreenManagerProxy::WebFullScreenManagerProxy(WebPageProxy* page)
48 WebFullScreenManagerProxy::~WebFullScreenManagerProxy()
52 void WebFullScreenManagerProxy::invalidate()
57 void WebFullScreenManagerProxy::setWebView(PlatformWebView* webView
    [all...]
WebFullScreenManagerProxy.h 66 class WebFullScreenManagerProxy : public RefCounted<WebFullScreenManagerProxy> {
68 static PassRefPtr<WebFullScreenManagerProxy> create(WebPageProxy*);
69 virtual ~WebFullScreenManagerProxy();
86 WebFullScreenManagerProxy(WebPageProxy*);

Completed in 188 milliseconds