Home
last modified time | relevance | path

Searched refs:scrollPositionChanged (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.h344 void scrollPositionChanged();
DFrameView.cpp1496 scrollPositionChanged(); in scrollPositionChangedViaPlatformWidget()
1499 void FrameView::scrollPositionChanged() in scrollPositionChanged() function in WebCore::FrameView
2152 scrollPositionChanged(); in scrollTo()
/external/webkit/Source/WebKit/mac/
DChangeLog6977 Prep work: FrameView::scrollPositionChanged() sounds like a generic "did scroll" bottleneck,
11145 around to call to FrameView::scrollPositionChanged().
11147 scrollPositionChanged(), adjust the rect by the inverse of the scroll offset.
DChangeLog-2010-01-292869 Call the new FrameView::scrollPositionChanged() method rather than sending the
/external/webkit/Source/WebCore/
DChangeLog-2010-05-247258 …(WebCore::FrameView::scrollPositionChanged): Call updateContentLayerScrollPosition() when scrollin…
13673 Calls FrameView::scrollPositionChanged whenever a ScrollView is scrolled
13677 FrameView::scrollPositionChanged to generate repaint invalidation for
13692 (WebCore::ScrollView::scrollPositionChanged):
19050 (WebCore::FrameView::scrollPositionChanged):
27647 … Avoid doing work in FrameView::scrollPositionChanged() if there are no fixed position elements
27654 (WebCore::FrameView::scrollPositionChanged):
DChangeLog-2010-12-0676769 (WebCore::FrameView::scrollPositionChanged):
93897 (WebCore::FrameView::scrollPositionChanged): Call compositor()->frameViewDidScroll().
95265 More prep work: make a single scrollPositionChanged() bottleneck method, and use it to
95270 (WebCore::FrameView::scrollPositionChanged):
95760 Prep work: FrameView::scrollPositionChanged() sounds like a generic "did scroll" bottleneck,
129099 (WebCore::FrameView::scrollPositionChanged):
DChangeLog-2010-01-291312 (WebCore::FrameView::scrollPositionChanged): Annotate the calls to updateCompositingLayers()
5463 …(WebCore::FrameView::scrollPositionChanged): Update widget positions, to handle widgets in fixed p…
57198 Export FrameView::scrollPositionChanged()
57202 (WebCore::FrameView::scrollPositionChanged):