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

  /external/webkit/Source/WebKit2/UIProcess/
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.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 222 WKPageDrawFooterCallback drawFooter;
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]

Completed in 783 milliseconds