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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 127 bool m_shouldScrollOnMainThreadDirty;
ScrollingCoordinator.cpp 91 , m_shouldScrollOnMainThreadDirty(false)
118 m_shouldScrollOnMainThreadDirty = true;
152 if (m_shouldScrollOnMainThreadDirty || m_wasFrameScrollable != frameIsScrollable) {
154 m_shouldScrollOnMainThreadDirty = false;
    [all...]

Completed in 70 milliseconds