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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 150 bool m_wasFrameScrollable;
ScrollingCoordinator.cpp 92 , m_wasFrameScrollable(false)
152 if (m_shouldScrollOnMainThreadDirty || m_wasFrameScrollable != frameIsScrollable) {
156 m_wasFrameScrollable = frameIsScrollable;
538 m_wasFrameScrollable = false;
    [all...]

Completed in 179 milliseconds