paintCustomOverhangArea 2832 Source/core/frame/FrameView.cpp if (m_frame->page()->chrome().client().paintCustomOverhangArea(context, horizontalOverhangArea, verticalOverhangArea, dirtyRect)) paintCustomOverhangArea 169 Source/core/loader/EmptyClients.h virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) OVERRIDE { return false; } paintCustomOverhangArea 171 Source/core/page/ChromeClient.h virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) = 0; paintCustomOverhangArea 702 Source/web/ChromeClientImpl.cpp return pluginContainer->paintCustomOverhangArea(context, horizontalOverhangArea, verticalOverhangArea, dirtyRect); paintCustomOverhangArea 136 Source/web/ChromeClientImpl.h virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&) OVERRIDE; paintCustomOverhangArea 163 Source/web/WebPluginContainerImpl.h bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);