Searched refs:m_cachedScrollPosition (Results 1 – 3 of 3) sorted by relevance
159 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); } in cacheCurrentScrollPosition()160 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition()314 IntPoint m_cachedScrollPosition; variable
85 mutable IntPoint m_cachedScrollPosition; variable
1193 if (scrollableArea && scrollableArea->scrollPosition() != m_cachedScrollPosition) in checkCachedElementRect()1218 m_cachedScrollPosition = scrollableArea->scrollPosition(); in updateCachedElementRect()