Home
last modified time | relevance | path

Searched refs:drawRectToPDF (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h377 void drawRectToPDF(uint64_t frameID, const WebCore::IntRect&, uint64_t callbackID);
DWebPage.cpp2118 void WebPage::drawRectToPDF(uint64_t frameID, const WebCore::IntRect& rect, uint64_t callbackID) in drawRectToPDF() function in WebKit::WebPage
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h469 void drawRectToPDF(WebFrameProxy*, const WebCore::IntRect&, PassRefPtr<DataCallback>);
DWebPageProxy.cpp2975 void WebPageProxy::drawRectToPDF(WebFrameProxy* frame, const IntRect& rect, PassRefPtr<DataCallback… in drawRectToPDF() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm450 _webFrame->page()->drawRectToPDF(_webFrame.get(), rect, callback.get());
/external/webkit/Source/WebKit2/
DChangeLog580 (WebKit::WebPage::drawRectToPDF):
3629 (WebKit::WebPageProxy::drawRectToPDF):
9772 (WebKit::WebPage::drawRectToPDF):
DChangeLog-2011-02-16844 (WebKit::WebPageProxy::drawRectToPDF): Ditto.
5238 (WebKit::WebPageProxy::drawRectToPDF): Ditto.
5248 (WebKit::WebPage::drawRectToPDF): This function used to draw into original
6090 Leak in WebPage::drawRectToPDF
6092 * WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::drawRectToPDF): Use RetainPtr here, too.
7285 (WebKit::WebPageProxy::drawRectToPDF): Ask the web process about printed page data.
7295 (WebKit::WebPage::drawRectToPDF): Added a CG specific function to create a PDF document out