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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h270 virtual bool scrollContentsFastPath(const IntSize& scrollDelta) { return true; } function in class:blink::ScrollView
H A DScrollView.cpp557 if (!scrollContentsFastPath(-scrollDelta))
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h346 virtual bool scrollContentsFastPath(const IntSize& scrollDelta) OVERRIDE;
H A DFrameView.cpp1261 bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta) function in class:blink::FrameView

Completed in 658 milliseconds