Searched refs:paintScrollbar (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h237 virtual void paintScrollbar(GraphicsContext*, Scrollbar*, const IntRect&);
H A DScrollView.cpp838 void ScrollView::paintScrollbar(GraphicsContext* context, Scrollbar* bar, const IntRect& rect) function in class:blink::ScrollView
851 paintScrollbar(context, m_horizontalScrollbar.get(), rect);
853 paintScrollbar(context, m_verticalScrollbar.get(), rect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp782 static void paintScrollbar(Scrollbar* scrollbar, GraphicsContext& context, const IntRect& clip) function in namespace:blink
799 paintScrollbar(m_renderView.frameView()->horizontalScrollbar(), context, clip);
801 paintScrollbar(m_renderView.frameView()->verticalScrollbar(), context, clip);
H A DCompositedLayerMapping.cpp2156 static void paintScrollbar(Scrollbar* scrollbar, GraphicsContext& context, const IntRect& clip) function in namespace:blink
2224 paintScrollbar(m_owningLayer.scrollableArea()->horizontalScrollbar(), context, clip);
2226 paintScrollbar(m_owningLayer.scrollableArea()->verticalScrollbar(), context, clip);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h214 virtual void paintScrollbar(GraphicsContext*, Scrollbar*, const IntRect&) OVERRIDE;
H A DFrameView.cpp2412 void FrameView::paintScrollbar(GraphicsContext* context, Scrollbar* bar, const IntRect& rect) function in class:blink::FrameView
2421 ScrollView::paintScrollbar(context, bar, rect);

Completed in 149 milliseconds