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

  /external/webkit/Source/WebCore/page/
FrameView.h 282 virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 326 virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
ScrollView.cpp 696 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect))
720 bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
    [all...]

Completed in 160 milliseconds