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.h158 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); } in cacheCurrentScrollPosition()
159 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; } in cachedScrollPosition()
322 IntPoint m_cachedScrollPosition; variable
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.h83 mutable IntPoint m_cachedScrollPosition; variable
DAXRenderObject.cpp1202 if (scrollableArea && scrollableArea->scrollPosition() != m_cachedScrollPosition) in checkCachedElementRect()
1227 m_cachedScrollPosition = scrollableArea->scrollPosition(); in updateCachedElementRect()