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

/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:WebKit::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.h112 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
H A DRenderLayer.h1007 virtual void invalidateScrollCornerRect(const IntRect&);
H A DRenderLayer.cpp2798 void RenderLayer::invalidateScrollCornerRect(const IntRect& rect) function in class:WebCore::RenderLayer
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DGraphicsLayerTest.cpp130 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { }
H A DScrollAnimatorNoneTest.cpp60 MOCK_METHOD1(invalidateScrollCornerRect, void(const IntRect&));
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollableArea.cpp358 invalidateScrollCornerRect(rect);
H A DScrollableArea.h197 virtual void invalidateScrollCornerRect(const IntRect&) = 0;
H A DScrollView.h282 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
H A DScrollView.cpp515 invalidateScrollCornerRect(oldScrollCornerRect);
877 void ScrollView::invalidateScrollCornerRect(const IntRect& rect) function in class:WebCore::ScrollView

Completed in 290 milliseconds