Searched refs:m_cachedScrollPosition (Results 1 – 1 of 1) sorted by relevance
194 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); } in cacheCurrentScrollPosition()195 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition()356 IntPoint m_cachedScrollPosition; variable