Home
last modified time | relevance | path

Searched refs:invalidateScrollCorner (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarPart.cpp168 frameView->invalidateScrollCorner(frameView->scrollCornerRect()); in imageChanged()
DRenderLayerCompositor.cpp2331 … m_renderView->frameView()->invalidateScrollCorner(m_renderView->frameView()->scrollCornerRect()); in destroyRootLayer()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.h109 virtual void invalidateScrollCorner(const IntRect&);
DScrollableArea.cpp341 void ScrollableArea::invalidateScrollCorner(const IntRect& rect) in invalidateScrollCorner() function in WebCore::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2780 invalidateScrollCorner(cornerRect); in updateScrollCorner()