Searched defs:scrollCornerRect (Results 1 - 2 of 2) sorted by relevance

/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))
/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());

Completed in 494 milliseconds