Searched refs:m_requestedScrollPositionRepresentsProgrammaticScroll (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateScrollingNode.h72 bool requestedScrollPositionRepresentsProgrammaticScroll() const { return m_requestedScrollPositionRepresentsProgrammaticScroll; }
89 bool m_requestedScrollPositionRepresentsProgrammaticScroll; member in class:WebCore::ScrollingStateScrollingNode
H A DScrollingStateScrollingNode.cpp39 , m_requestedScrollPositionRepresentsProgrammaticScroll(false)
52 , m_requestedScrollPositionRepresentsProgrammaticScroll(stateNode.requestedScrollPositionRepresentsProgrammaticScroll())
117 m_requestedScrollPositionRepresentsProgrammaticScroll = representsProgrammaticScroll;
H A DScrollingStateFrameScrollingNode.h148 bool m_requestedScrollPositionRepresentsProgrammaticScroll; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp54 , m_requestedScrollPositionRepresentsProgrammaticScroll(false)
73 , m_requestedScrollPositionRepresentsProgrammaticScroll(stateNode.requestedScrollPositionRepresentsProgrammaticScroll())

Completed in 130 milliseconds