Searched refs:scrollCornerRect (Results 1 – 12 of 12) sorted by relevance
218 return !scrollCornerRect().isEmpty(); in isScrollCornerVisible()253 IntRect RenderLayerScrollableArea::scrollCornerRect() const in scrollCornerRect() function in WebCore::RenderLayerScrollableArea704 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()
111 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); } in scrollCornerRect() function
168 frameView->invalidateScrollCorner(frameView->scrollCornerRect()); in imageChanged()
90 virtual IntRect scrollCornerRect() const OVERRIDE;
2055 const IntRect& scrollCorner = m_renderView->frameView()->scrollCornerRect(); in paintContents()2331 … m_renderView->frameView()->invalidateScrollCorner(m_renderView->frameView()->scrollCornerRect()); in destroyRootLayer()
348 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::ScrollView825 return !scrollCornerRect().isEmpty(); in isScrollCornerVisible()866 paintScrollCorner(context, scrollCornerRect()); in paintScrollbars()
108 virtual IntRect scrollCornerRect() const = 0;
252 virtual IntRect scrollCornerRect() const;
58 virtual WebCore::IntRect scrollCornerRect() const OVERRIDE { return WebCore::IntRect(); } in scrollCornerRect() function
125 virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); } in scrollCornerRect() function in __anon759da6710111::FakeScrollableArea
56 MOCK_CONST_METHOD0(scrollCornerRect, IntRect());
2751 IntRect cornerRect = scrollCornerRect(); in updateScrollCorner()