Home
last modified time | relevance | path

Searched refs:cachedScrollPosition (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.h195 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition() function
/external/webkit/Source/WebCore/loader/
DHistoryController.cpp83 item->setScrollPoint(m_frame->view()->cachedScrollPosition()); in saveScrollPositionAndViewStateToItem()
/external/webkit/Source/WebCore/
DChangeLog13846 using the cachedScrollPosition() only for cached pages.
16575 (WebCore::ScrollView::cachedScrollPosition):