Home
last modified time | relevance | path

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

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