Searched refs:drawFooter (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 330 void WebUIClient::drawFooter(WebPageProxy* page, WebFrameProxy* frame, const WebCore::FloatRect& re… in drawFooter() function in WebKit::WebUIClient 332 if (!m_client.drawFooter) in drawFooter() 335 m_client.drawFooter(toAPI(page), toAPI(frame), toAPI(rect), m_client.clientInfo); in drawFooter()
|
D | WebUIClient.h | 101 void drawFooter(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
|
D | WebPageProxy.h | 381 void drawFooter(WebFrameProxy*, const WebCore::FloatRect&);
|
D | WebPageProxy.cpp | 2908 void WebPageProxy::drawFooter(WebFrameProxy* frame, const FloatRect& rect) in drawFooter() function in WebKit::WebPageProxy 2910 m_uiClient.drawFooter(this, frame, rect); in drawFooter()
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.cpp | 2125 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawFooter() function in WebFrame 2165 drawFooter(pctx, ui, pageRect, page, pageCount, headerHeight, footerHeight); in spoolPage() 2204 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawFooter() function in WebFrame 2285 drawFooter(pctx, ui, pageRect, page, pageCount, headerHeight, footerHeight); in spoolPage()
|
D | WebFrame.h | 395 …void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, …
|
D | ChangeLog | 4618 (WebFrame::drawFooter): Use pre-positioned context to simplify 6227 (WebFrame::drawFooter): Pass margin size to scaleFactor. 7076 (WebFrame::drawFooter): Correct Cairo variation.
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 222 WKPageDrawFooterCallback drawFooter; member
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 650 0, // drawFooter
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | WKPrintingView.mm | 544 _webFrame->page()->drawFooter(_webFrame.get(), footerRect);
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 3499 (WebKit::WebPageProxy::drawFooter): 6616 (WebKit::WebPageProxy::drawFooter): 6622 (WebKit::WebUIClient::drawFooter):
|