Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h269 virtual void repaintContentRectangle(const IntRect&);
DScrollView.cpp787 void ScrollView::repaintContentRectangle(const IntRect& rect) in repaintContentRectangle() function in WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h396 virtual void repaintContentRectangle(const IntRect&);
DFrameView.cpp1780 void FrameView::repaintContentRectangle(const IntRect& r) in repaintContentRectangle() function in WebCore::FrameView
1819 ScrollView::repaintContentRectangle(r); in repaintContentRectangle()
1931 ScrollView::repaintContentRectangle(pixelSnappedIntRect(m_repaintRects[i])); in doDeferredRepaints()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp589 m_frameView->repaintContentRectangle(pixelSnappedIntRect(ur)); in repaintViewRectangle()