Searched refs:isSameNode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.idl77 boolean isSameNode([Default=Undefined] optional Node other);
H A DNode.h220 bool isSameNode(Node* other) const { return this == other; } function in class:WebCore::Node
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java195 * tested with <code>Node.isSameNode</code>. All nodes that are the same
535 public boolean isSameNode(Node other) { method in class:DOM2DTMdefaultNamespaceDeclarationNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java1121 public boolean isSameNode(Node other) { method in class:ElemLiteralResult.Attribute
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1260 * tested with <code>Node.isSameNode</code>. All nodes that are the same
1600 public boolean isSameNode(Node other) { method in class:UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1510 * tested with <code>Node.isSameNode</code>. All nodes that are the same
1842 public boolean isSameNode(Node other) { method in class:DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DDeleteSelectionCommand.cpp456 if (startNode->isSameNode(m_startBlock.get()) && !startOffset && canHaveChildrenForEditing(startNode) && !isHTMLTableElement(startNode)) {
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 327 milliseconds