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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 127 bool m_scrollGestureRegionIsDirty;
132 bool shouldUpdateAfterCompositingChange() const { return m_scrollGestureRegionIsDirty || m_touchEventTargetRectsAreDirty || frameViewIsDirty(); }
ScrollingCoordinator.cpp 88 , m_scrollGestureRegionIsDirty(false)
124 m_scrollGestureRegionIsDirty = true;
139 if (m_scrollGestureRegionIsDirty) {
150 m_scrollGestureRegionIsDirty = false;
    [all...]

Completed in 1212 milliseconds