Home
last modified time | relevance | path

Searched refs:scrollCornerRect (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp218 return !scrollCornerRect().isEmpty(); in isScrollCornerVisible()
253 IntRect RenderLayerScrollableArea::scrollCornerRect() const in scrollCornerRect() function in WebCore::RenderLayerScrollableArea
704 const IntRect& scrollCorner = scrollCornerRect(); in rectForHorizontalScrollbar()
717 const IntRect& scrollCorner = scrollCornerRect(); in rectForVerticalScrollbar()
881 const IntRect& scrollCorner = scrollCornerRect(); in positionOverflowControls()
983 IntRect absRect = scrollCornerRect(); in paintScrollCorner()
1066 IntRect scrollCornerAndResizer = scrollCornerRect(); in scrollCornerAndResizerRect()
1082 if (scrollCornerRect().intersects(localRect)) in overflowControlsIntersectRect()
DRenderListBox.h111 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); } in scrollCornerRect() function
DRenderScrollbarPart.cpp168 frameView->invalidateScrollCorner(frameView->scrollCornerRect()); in imageChanged()
DRenderLayerScrollableArea.h90 virtual IntRect scrollCornerRect() const OVERRIDE;
DRenderLayerCompositor.cpp2055 const IntRect& scrollCorner = m_renderView->frameView()->scrollCornerRect(); in paintContents()
2331 … m_renderView->frameView()->invalidateScrollCorner(m_renderView->frameView()->scrollCornerRect()); in destroyRootLayer()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp348 IntRect oldScrollCornerRect = scrollCornerRect(); in updateScrollbars()
692 invalidateRect(scrollCornerRect()); in setScrollbarsSuppressed()
771 positionScrollCornerLayer(layerForScrollCorner(), scrollCornerRect()); in positionScrollbarLayers()
799 IntRect ScrollView::scrollCornerRect() const in scrollCornerRect() function in WebCore::ScrollView
825 return !scrollCornerRect().isEmpty(); in isScrollCornerVisible()
866 paintScrollCorner(context, scrollCornerRect()); in paintScrollbars()
DScrollableArea.h108 virtual IntRect scrollCornerRect() const = 0;
DScrollView.h252 virtual IntRect scrollCornerRect() const;
/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.h58 virtual WebCore::IntRect scrollCornerRect() const OVERRIDE { return WebCore::IntRect(); } in scrollCornerRect() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsLayerTest.cpp125 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); } in scrollCornerRect() function in __anon759da6710111::FakeScrollableArea
DScrollAnimatorNoneTest.cpp56 MOCK_CONST_METHOD0(scrollCornerRect, IntRect());
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2751 IntRect cornerRect = scrollCornerRect(); in updateScrollCorner()