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

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

Completed in 584 milliseconds