HomeSort by relevance Sort by last modified time
    Searched refs:drawFooter (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.h 101 void drawFooter(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
WebUIClient.cpp 330 void WebUIClient::drawFooter(WebPageProxy* page, WebFrameProxy* frame, const WebCore::FloatRect& rect)
332 if (!m_client.drawFooter)
335 m_client.drawFooter(toAPI(page), toAPI(frame), toAPI(rect), m_client.clientInfo);
WebPageProxy.h 381 void drawFooter(WebFrameProxy*, const WebCore::FloatRect&);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 222 WKPageDrawFooterCallback drawFooter;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 544 _webFrame->page()->drawFooter(_webFrame.get(), footerRect);

Completed in 62 milliseconds