Home
last modified time | relevance | path

Searched refs:compareDocumentPositionInternal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentOrderedList.cpp50 …unsigned short position = n->compareDocumentPositionInternal(node, Node::TreatShadowTreesAsCompose… in add()
63 …ASSERT(m_nodes.isEmpty() || m_nodes.last()->compareDocumentPositionInternal(node, Node::TreatShado… in parserAdd()
DTreeScope.cpp404 …return shadowHost1->compareDocumentPositionInternal(shadowHost2, Node::TreatShadowTreesAsDisconnec… in comparePosition()
DNode.h635 unsigned short compareDocumentPositionInternal(const Node*, ShadowTreesTreatment) const;
DNode.cpp1718 return compareDocumentPositionInternal(otherNode, TreatShadowTreesAsDisconnected); in compareDocumentPosition()
1721 unsigned short Node::compareDocumentPositionInternal(const Node* otherNode, ShadowTreesTreatment tr… in compareDocumentPositionInternal() function in WebCore::Node