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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h130 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h55 virtual void invalidateScrollCornerRect(const WebCore::IntRect&) OVERRIDE;
H A DScrollbarGroup.cpp119 void ScrollbarGroup::invalidateScrollCornerRect(const IntRect&) function in class:blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp139 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h82 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
H A DRenderListBox.h113 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
H A DRenderLayerScrollableArea.cpp217 void RenderLayerScrollableArea::invalidateScrollCornerRect(const IntRect& rect) function in class:WebCore::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h234 virtual void invalidateScrollCornerRect(const IntRect&) = 0;
H A DScrollView.h272 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
H A DScrollableArea.cpp377 invalidateScrollCornerRect(rect);
H A DScrollView.cpp834 void ScrollView::invalidateScrollCornerRect(const IntRect& rect) function in class:WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp58 MOCK_METHOD1(invalidateScrollCornerRect, void(const IntRect&));

Completed in 1993 milliseconds