HomeSort by relevance Sort by last modified time
    Searched defs:m_cachedScrollPosition (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.h 86 mutable IntPoint m_cachedScrollPosition;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 161 void cacheCurrentScrollPosition() { m_cachedScrollPosition = scrollPosition(); }
162 IntPoint cachedScrollPosition() const { return m_cachedScrollPosition; }
314 IntPoint m_cachedScrollPosition;

Completed in 55 milliseconds