Home
last modified time | relevance | path

Searched refs:drawFooter (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebUIClient.cpp330 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()
DWebUIClient.h101 void drawFooter(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
DWebPageProxy.h381 void drawFooter(WebFrameProxy*, const WebCore::FloatRect&);
DWebPageProxy.cpp2908 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/
DWebFrame.cpp2125 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()
DWebFrame.h395 …void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, …
DChangeLog4618 (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/
DWKPage.h222 WKPageDrawFooterCallback drawFooter; member
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m650 0, // drawFooter
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm544 _webFrame->page()->drawFooter(_webFrame.get(), footerRect);
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-163499 (WebKit::WebPageProxy::drawFooter):
6616 (WebKit::WebPageProxy::drawFooter):
6622 (WebKit::WebUIClient::drawFooter):