Searched refs:scrollContentsFastPath (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollView.h | 283 …virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const…
|
D | ScrollView.cpp | 549 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/ |
D | FrameView.h | 351 …virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const…
|
D | FrameView.cpp | 1435 bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, con… in scrollContentsFastPath() function in WebCore::FrameView
|