Searched refs:m_cachedScrollPosition (Results 1 – 3 of 3) sorted by relevance
158 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); } in cacheCurrentScrollPosition()159 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition()322 IntPoint m_cachedScrollPosition; variable
83 mutable IntPoint m_cachedScrollPosition; variable
1202 if (scrollableArea && scrollableArea->scrollPosition() != m_cachedScrollPosition) in checkCachedElementRect()1227 m_cachedScrollPosition = scrollableArea->scrollPosition(); in updateCachedElementRect()