Searched refs:scrollingNodeID (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTreeNode.h52 ScrollingNodeID scrollingNodeID() const { return m_nodeID; } function in class:WebCore::ScrollingTreeNode
H A DScrollingStateNode.cpp52 , m_nodeID(stateNode.scrollingNodeID())
119 m_scrollingStateTree->didRemoveNode(scrollingNodeID());
H A DScrollingStateTree.cpp153 didRemoveNode(node->scrollingNodeID());
183 ASSERT(it->value->scrollingNodeID() == scrollLayerID);
H A DScrollingStateNode.h81 ScrollingNodeID scrollingNodeID() const { return m_nodeID; } function in class:WebCore::ScrollingStateNode
H A DScrollingTree.cpp171 ScrollingTreeNodeMap::const_iterator it = m_nodeMap.find(stateNode->scrollingNodeID());
180 ScrollingNodeID nodeID = stateNode->scrollingNodeID();
202 ScrollingTreeNodeMap::const_iterator it = m_nodeMap.find(stateNode->parent()->scrollingNodeID());

Completed in 112 milliseconds