Home
last modified time | relevance | path

Searched refs:scrollContentsFastPath (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h283 …virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const…
DScrollView.cpp549 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect)) in scrollContents()
564 bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, co… in scrollContentsFastPath() function in WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h351 …virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const…
DFrameView.cpp1435 bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, con… in scrollContentsFastPath() function in WebCore::FrameView