Searched refs:scrollContentsFastPath (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | FrameView.h | 282 …virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const…
|
D | FrameView.cpp | 1262 bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, con… in scrollContentsFastPath() function in WebCore::FrameView
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 326 …virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const…
|
D | ScrollView.cpp | 696 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect)) in scrollContents() 720 bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, co… in scrollContentsFastPath() function in WebCore::ScrollView
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 3882 (WebCore::FrameView::scrollContentsFastPath): 3886 (WebCore::ScrollView::scrollContentsFastPath): 4868 (WebCore::FrameView::scrollContentsFastPath): 4872 (WebCore::ScrollView::scrollContentsFastPath):
|
D | ChangeLog-2010-05-24 | 36739 (WebCore::FrameView::scrollContentsFastPath): 36743 (WebCore::ScrollView::scrollContentsFastPath):
|
D | ChangeLog-2011-02-16 | 19443 (WebCore::FrameView::scrollContentsFastPath):
|
D | ChangeLog-2010-12-06 | 115489 (WebCore::FrameView::scrollContentsFastPath): 115493 (WebCore::ScrollView::scrollContentsFastPath):
|