Home
last modified time | relevance | path

Searched defs:paintCustomOverhangArea (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageUIClient.cpp94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsCo… in paintCustomOverhangArea() function in WebKit::InjectedBundlePageUIClient
/external/webkit/Source/WebCore/page/
DChrome.cpp532 bool ChromeClient::paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const … in paintCustomOverhangArea() function in WebCore::ChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.cpp570 bool WebChromeClient::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOv… in paintCustomOverhangArea() function in WebKit::WebChromeClient
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h189 WKBundlePagePaintCustomOverhangAreaCallback paintCustomOverhangArea; member