Searched refs:invalidateScrollbarRect (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginScrollbarClient.h38 virtual void invalidateScrollbarRect(WebPluginScrollbar*, const WebRect&) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.h56 virtual void invalidateScrollbarRect(blink::WebPluginScrollbar* scrollbar,
H A Dppb_scrollbar_impl.cc196 void PPB_Scrollbar_Impl::invalidateScrollbarRect( function in class:content::PPB_Scrollbar_Impl
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h51 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
H A DWebPluginScrollbarImpl.h46 void invalidateScrollbarRect(const IntRect&);
H A DScrollbarGroup.cpp109 void ScrollbarGroup::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) function in class:blink::ScrollbarGroup
112 m_horizontalScrollbar->invalidateScrollbarRect(rect);
114 m_verticalScrollbar->invalidateScrollbarRect(rect);
H A DWebPluginScrollbarImpl.cpp84 void WebPluginScrollbarImpl::invalidateScrollbarRect(const IntRect& rect) function in class:blink::WebPluginScrollbarImpl
89 m_client->invalidateScrollbarRect(this, webrect);
H A DPopupListBox.h104 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
H A DPopupListBox.cpp867 void PopupListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) function in class:blink::PopupListBox
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h130 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
H A DPinchViewport.cpp379 void PinchViewport::invalidateScrollbarRect(Scrollbar*, const IntRect&) function in class:blink::PinchViewport
H A DFrameView.h333 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
H A DFrameView.cpp2181 void FrameView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) function in class:blink::FrameView
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp137 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h83 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
H A DRenderLayerScrollableArea.cpp181 void RenderLayerScrollableArea::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) function in class:blink::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h247 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) = 0;
H A DScrollableArea.cpp393 invalidateScrollbarRect(scrollbar, rect);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp57 MOCK_METHOD2(invalidateScrollbarRect, void(Scrollbar*, const IntRect&));

Completed in 5514 milliseconds