Searched defs:WebFullScreenManagerProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFullScreenManagerProxy.h66 class WebFullScreenManagerProxy : public RefCounted<WebFullScreenManagerProxy> { class in namespace:WebKit
68 static PassRefPtr<WebFullScreenManagerProxy> create(WebPageProxy*);
69 virtual ~WebFullScreenManagerProxy();
86 WebFullScreenManagerProxy(WebPageProxy*);
H A DWebFullScreenManagerProxy.cpp27 #include "WebFullScreenManagerProxy.h"
37 PassRefPtr<WebFullScreenManagerProxy> WebFullScreenManagerProxy::create(WebPageProxy* page)
39 return adoptRef(new WebFullScreenManagerProxy(page));
42 WebFullScreenManagerProxy::WebFullScreenManagerProxy(WebPageProxy* page) function in class:WebKit::WebFullScreenManagerProxy
48 WebFullScreenManagerProxy::~WebFullScreenManagerProxy()
52 void WebFullScreenManagerProxy::invalidate()
57 void WebFullScreenManagerProxy
[all...]

Completed in 144 milliseconds