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

/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingTreeFrameScrollingNode.cpp43 , m_behaviorForFixed(StickToDocumentBounds)
70 m_behaviorForFixed = state.scrollBehaviorForFixedElements();
H A DScrollingTreeFrameScrollingNode.h69 ScrollBehaviorForFixedElements scrollBehaviorForFixedElements() const { return m_behaviorForFixed; }
79 ScrollBehaviorForFixedElements m_behaviorForFixed; member in class:WebCore::ScrollingTreeFrameScrollingNode
H A DScrollingStateFrameScrollingNode.h79 ScrollBehaviorForFixedElements scrollBehaviorForFixedElements() const { return m_behaviorForFixed; }
144 ScrollBehaviorForFixedElements m_behaviorForFixed; member in class:WebCore::final
H A DScrollingStateFrameScrollingNode.cpp51 , m_behaviorForFixed(StickToDocumentBounds)
69 , m_behaviorForFixed(stateNode.scrollBehaviorForFixedElements())
143 if (m_behaviorForFixed == behaviorForFixed)
146 m_behaviorForFixed = behaviorForFixed;

Completed in 170 milliseconds