Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:WebFrameProxy

918 void WebPageProxy::receivedPolicyDecision(PolicyAction action, WebFrameProxy* frame, uint64_t listenerID)
1205 void WebPageProxy::getSourceForFrame(WebFrameProxy* frame, PassRefPtr<StringCallback> prpCallback)
1246 void WebPageProxy::getMainResourceDataOfFrame(WebFrameProxy* frame, PassRefPtr<DataCallback> prpCallback)
1259 void WebPageProxy::getResourceDataFromFrame(WebFrameProxy* frame, WebURL* resourceURL, PassRefPtr<DataCallback> prpCallback)
1272 void WebPageProxy::getWebArchiveOfFrame(WebFrameProxy* frame, PassRefPtr<DataCallback> prpCallback)
1376 m_mainFrame = WebFrameProxy::create(this, frameID);
1386 WebFrameProxy* parentFrame = process()->webFrame(parentFrameID);
1392 RefPtr<WebFrameProxy> subFrame = WebFrameProxy::create(this, frameID);
1401 static bool isDisconnectedFrame(WebFrameProxy* frame)
1410 WebFrameProxy* subframe = process()->webFrame(frameID);
1425 WebFrameProxy* subframe = process()->webFrame(frameID);
1430 WebFrameProxy* parentFrame = process()->webFrame(parentFrameID);
1481 WebFrameProxy* frame = process()->webFrame(frameID);
1497 WebFrameProxy* frame = process()->webFrame(frameID);
1512 WebFrameProxy* frame = process()->webFrame(frameID);
1545 WebFrameProxy* frame = process()->webFrame(frameID);
1567 WebFrameProxy* frame = process()->webFrame(frameID);
1580 WebFrameProxy* frame = process()->webFrame(frameID);
1595 WebFrameProxy* frame = process()->webFrame(frameID);
1612 WebFrameProxy* frame = process()->webFrame(frameID);
1627 WebFrameProxy* frame = process()->webFrame(frameID);
1642 WebFrameProxy* frame = process()->webFrame(frameID);
1655 WebFrameProxy* frame = process()->webFrame(frameID);
1668 WebFrameProxy* frame = process()->webFrame(frameID);
1683 WebFrameProxy* frame = process()->webFrame(frameID);
1696 WebFrameProxy* frame = process()->webFrame(frameID);
1704 WebFrameProxy* frame = process()->webFrame(frameID);
1723 WebFrameProxy* frame = process()->webFrame(frameID);
1757 WebFrameProxy* frame = process()->webFrame(frameID);
1776 WebFrameProxy* frame = process()->webFrame(frameID);
1806 WebFrameProxy* frame = process()->webFrame(frameID);
1821 WebFrameProxy* frame = process()->webFrame(frameID);
1824 WebFrameProxy* sourceFrame = process()->webFrame(sourceFrameID);
1836 WebFrameProxy* frame = process()->webFrame(frameID);
1844 WebFrameProxy* frame = process()->webFrame(frameID);
1852 WebFrameProxy* frame = process()->webFrame(frameID);
1860 WebFrameProxy* frame = process()->webFrame(frameID);
1868 WebFrameProxy* frame = process()->webFrame(frameID);
1876 WebFrameProxy* frame = process()->webFrame(frameID);
1906 WebFrameProxy* frame = process()->webFrame(frameID);
1917 WebFrameProxy* frame = process()->webFrame(frameID);
1928 WebFrameProxy* frame = process()->webFrame(frameID);
2016 WebFrameProxy* frame = process()->webFrame(frameID);
2046 WebFrameProxy* frame = process()->webFrame(frameID);
2060 WebFrameProxy* frame = process()->webFrame(frameID);
2696 WebFrameProxy* frame = process()->webFrame(frameID);
2709 WebFrameProxy* frame = process()->webFrame(frameID);
2853 WebFrameProxy* frame = process()->webFrame(frameID);
2863 WebFrameProxy* frame = process()->webFrame(frameID);
2873 WebFrameProxy* frame = process()->webFrame(frameID);
2883 WebFrameProxy* frame = process()->webFrame(frameID);
2893 float WebPageProxy::headerHeight(WebFrameProxy* frame)
2898 float WebPageProxy::footerHeight(WebFrameProxy* frame)
2903 void WebPageProxy::drawHeader(WebFrameProxy* frame, const FloatRect& rect)
2908 void WebPageProxy::drawFooter(WebFrameProxy* frame, const FloatRect& rect)
2942 void WebPageProxy::beginPrinting(WebFrameProxy* frame, const PrintInfo& printInfo)
2960 void WebPageProxy::computePagesForPrinting(WebFrameProxy* frame, const PrintInfo& printInfo, PassRefPtr<ComputedPagesCallback> prpCallback)
2975 void WebPageProxy::drawRectToPDF(WebFrameProxy* frame, const IntRect& rect, PassRefPtr<DataCallback> prpCallback)
2988 void WebPageProxy::drawPagesToPDF(WebFrameProxy* frame, uint32_t first, uint32_t count, PassRefPtr<DataCallback> prpCallback)