Home
last modified time | relevance | path

Searched refs:m_wasFrameScrollable (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp92 , m_wasFrameScrollable(false) in ScrollingCoordinator()
157 if (m_wasFrameScrollable != frameIsScrollable) in updateAfterCompositingChange()
159 m_wasFrameScrollable = frameIsScrollable; in updateAfterCompositingChange()
508 m_wasFrameScrollable = false; in reset()
929 return frameIsScrollable != m_wasFrameScrollable; in frameViewIsScrollableIsDirty()
DScrollingCoordinator.h165 bool m_wasFrameScrollable; variable