Searched refs:drawHeader (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageUIClient.h137 WKPageDrawHeaderCallback drawHeader; member in struct:WKPageUIClientV0
182 WKPageDrawHeaderCallback drawHeader; member in struct:WKPageUIClientV1
233 WKPageDrawHeaderCallback drawHeader; member in struct:WKPageUIClientV2
289 WKPageDrawHeaderCallback drawHeader; member in struct:WKPageUIClientV3
350 WKPageDrawHeaderCallback drawHeader; member in struct:WKPageUIClient
H A DWKPage.cpp1526 virtual void drawHeader(WebPageProxy* page, WebFrameProxy* frame, const WebCore::FloatRect& rect) override
1528 if (!m_client.drawHeader)
1531 m_client.drawHeader(toAPI(page), toAPI(frame), toAPI(rect), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPIUIClient.h130 virtual void drawHeader(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, const WebCore::FloatRect&) { } function in class:API::UIClient
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebFrame.cpp1575 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) function in class:WebFrame
1620 drawHeader(pctx, ui, pageRect, headerHeight);
1651 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) function in class:WebFrame
1740 drawHeader(pctx, ui, pageRect, headerHeight);
H A DWebFrame.h330 void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWKPrintingView.mm596 _webFrame->page()->drawHeader(_webFrame.get(), headerRect);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDisplay.c5697 int redoRanges = force, drawItems = force, drawHeader = force; local
5713 redoRanges = drawItems = drawHeader = TRUE;
5718 redoRanges = drawItems = drawHeader = TRUE;
5720 drawItems = drawHeader = TRUE;
5731 if (drawHeader) dInfo->flags |= DINFO_DRAW_HEADER;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h681 void drawHeader(WebFrameProxy*, const WebCore::FloatRect&);
H A DWebPageProxy.cpp4669 void WebPageProxy::drawHeader(WebFrameProxy* frame, const FloatRect& rect) function in class:WebKit::WebPageProxy
4673 m_uiClient->drawHeader(this, frame, rect);

Completed in 242 milliseconds