Searched refs:scrollCornerRect (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h54 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
H A DPopupListBox.h119 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h119 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
H A DFrameView.cpp2361 IntRect cornerRect = scrollCornerRect();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp131 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp243 return !scrollCornerRect().isEmpty();
278 IntRect RenderLayerScrollableArea::scrollCornerRect() const function in class:blink::RenderLayerScrollableArea
792 const IntRect& scrollCorner = scrollCornerRect();
805 const IntRect& scrollCorner = scrollCornerRect();
968 const IntRect& scrollCorner = scrollCornerRect();
1067 IntRect absRect = scrollCornerRect();
1145 IntRect scrollCornerAndResizer = scrollCornerRect();
1161 if (scrollCornerRect().intersects(localRect))
H A DRenderLayerScrollableArea.h87 virtual IntRect scrollCornerRect() const OVERRIDE;
H A DRenderScrollbarPart.cpp163 frameView->invalidateScrollCorner(frameView->scrollCornerRect());
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp687 invalidateRect(scrollCornerRect());
764 positionScrollCornerLayer(layerForScrollCorner(), scrollCornerRect());
792 IntRect ScrollView::scrollCornerRect() const function in class:blink::ScrollView
818 return !scrollCornerRect().isEmpty();
857 paintScrollCorner(context, scrollCornerRect());
H A DScrollableArea.h134 virtual IntRect scrollCornerRect() const = 0;
H A DScrollView.h235 virtual IntRect scrollCornerRect() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp803 const IntRect& scrollCorner = m_renderView.frameView()->scrollCornerRect();
1063 m_renderView.frameView()->invalidateScrollCorner(m_renderView.frameView()->scrollCornerRect());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp55 MOCK_CONST_METHOD0(scrollCornerRect, IntRect());

Completed in 1719 milliseconds