Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:WebPageProxy

158 class WebPageProxy : public APIObject, public WebPopupMenuProxy::Client {
162 static PassRefPtr<WebPageProxy> create(PageClient*, PassRefPtr<WebProcessProxy>, WebPageGroup*, uint64_t pageID);
163 virtual ~WebPageProxy();
495 WebPageProxy(PageClient*, PassRefPtr<WebProcessProxy>, WebPageGroup*, uint64_t pageID);
783 // Whether WebPageProxy::close() has been called on this page.