Searched refs:otherNode (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp133 Node* otherNode = other.m_node; local
134 if (otherNode)
135 otherNode->ref();
138 m_node = otherNode;
/external/webkit/Source/WebCore/dom/
H A DNode.cpp2190 unsigned short Node::compareDocumentPosition(Node* otherNode) argument
2192 // It is not clear what should be done if |otherNode| is 0.
2193 if (!otherNode)
2196 if (otherNode == this)
2200 Attr* attr2 = otherNode->nodeType() == ATTRIBUTE_NODE ? static_cast<Attr*>(otherNode) : 0;
2203 Node* start2 = attr2 ? attr2->ownerElement() : otherNode;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 68 milliseconds