Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h159 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); } in cacheCurrentScrollPosition()
160 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition()
314 IntPoint m_cachedScrollPosition; variable
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.h85 mutable IntPoint m_cachedScrollPosition; variable
DAXRenderObject.cpp1193 if (scrollableArea && scrollableArea->scrollPosition() != m_cachedScrollPosition) in checkCachedElementRect()
1218 m_cachedScrollPosition = scrollableArea->scrollPosition(); in updateCachedElementRect()