HomeSort by relevance Sort by last modified time
    Searched refs:scrollContentsFastPath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 283 virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
ScrollView.cpp 549 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect))
564 bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 351 virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
FrameView.cpp     [all...]

Completed in 6274 milliseconds