Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DWebUIClient.cpp322 void WebUIClient::drawHeader(WebPageProxy* page, WebFrameProxy* frame, const WebCore::FloatRect& re… in drawHeader() function in WebKit::WebUIClient
324 if (!m_client.drawHeader) in drawHeader()
327 m_client.drawHeader(toAPI(page), toAPI(frame), toAPI(rect), m_client.clientInfo); in drawHeader()
DWebUIClient.h100 void drawHeader(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
DWebPageProxy.h380 void drawHeader(WebFrameProxy*, const WebCore::FloatRect&);
DWebPageProxy.cpp2903 void WebPageProxy::drawHeader(WebFrameProxy* frame, const FloatRect& rect) in drawHeader() function in WebKit::WebPageProxy
2905 m_uiClient.drawHeader(this, frame, rect); in drawHeader()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp2117 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawHeader() function in WebFrame
2162 drawHeader(pctx, ui, pageRect, headerHeight); in spoolPage()
2193 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawHeader() function in WebFrame
2282 drawHeader(pctx, ui, pageRect, headerHeight); in spoolPage()
DWebFrame.h394 …void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, …
DChangeLog4616 (WebFrame::drawHeader): Use pre-positioned context to simplify
6226 (WebFrame::drawHeader): Pass margin size to scaleFactor.
7075 (WebFrame::drawHeader): Correct Cairo variation.
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h221 WKPageDrawHeaderCallback drawHeader; member
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m649 0, // drawHeader
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm539 _webFrame->page()->drawHeader(_webFrame.get(), headerRect);
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-163498 (WebKit::WebPageProxy::drawHeader):
6615 (WebKit::WebPageProxy::drawHeader):
6621 (WebKit::WebUIClient::drawHeader):