Home
last modified time | relevance | path

Searched refs:horizontalOverhangArea (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageUIClient.cpp94 …(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/
DWebChromeClient.cpp570 …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/
DFrameView.h220 …virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const Int…
DFrameView.cpp2469 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/
DScrollView.h310 …virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const Int…