Searched refs:horizontalOverhangArea (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageUIClient.cpp | 94 …(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const Int… in paintCustomOverhangArea() argument 99 …paintCustomOverhangArea(toAPI(page), toAPI(context.get()), toAPI(horizontalOverhangArea), toAPI(ve… in paintCustomOverhangArea()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.cpp | 570 …paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const Int… in paintCustomOverhangArea() argument 575 …njectedBundleUIClient().paintCustomOverhangArea(m_page, context, horizontalOverhangArea, verticalO… in paintCustomOverhangArea()
|
/external/webkit/Source/WebCore/page/ |
D | FrameView.h | 220 …virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const Int…
|
D | FrameView.cpp | 2469 void FrameView::paintOverhangAreas(GraphicsContext* context, const IntRect& horizontalOverhangArea,… in paintOverhangAreas() argument 2479 …if (page->chrome()->client()->paintCustomOverhangArea(context, horizontalOverhangArea, verticalOve… in paintOverhangAreas() 2483 …return ScrollView::paintOverhangAreas(context, horizontalOverhangArea, verticalOverhangArea, dirty… in paintOverhangAreas()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 310 …virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const Int…
|