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

/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h52 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
H A DPopupListBox.h184 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
H A DScrollbarGroup.cpp117 void ScrollbarGroup::invalidateScrollCornerRect(const IntRect&) function in class:blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h131 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp138 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h84 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
H A DRenderLayerScrollableArea.cpp222 void RenderLayerScrollableArea::invalidateScrollCornerRect(const IntRect& rect) function in class:blink::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h248 virtual void invalidateScrollCornerRect(const IntRect&) = 0;
H A DScrollView.h266 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
H A DScrollableArea.cpp402 invalidateScrollCornerRect(rect);
H A DScrollView.cpp843 void ScrollView::invalidateScrollCornerRect(const IntRect& rect) function in class:blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp58 MOCK_METHOD1(invalidateScrollCornerRect, void(const IntRect&));

Completed in 2573 milliseconds