Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.h194 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); } in cacheCurrentScrollPosition()
195 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition()
356 IntPoint m_cachedScrollPosition; variable