Home
last modified time | relevance | path

Searched refs:isSameNode (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java535 public boolean isSameNode(Node other) { in isSameNode() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.idl75 …[MeasureAs=NodeIsSameNode] boolean isSameNode([Default=Undefined] optional Node other); // Removed…
DNode.h210 bool isSameNode(Node* other) const { return this == other; } in isSameNode() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1600 public boolean isSameNode(Node other) { in isSameNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java1121 public boolean isSameNode(Node other) { in isSameNode() method
/external/chromium_org/third_party/WebKit/Source/core/editing/
DDeleteSelectionCommand.cpp457 …if (startNode->isSameNode(m_startBlock.get()) && !startOffset && canHaveChildrenForEditing(startNo… in handleGeneralDelete()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1842 public boolean isSameNode(Node other) { in isSameNode() method in DTMNodeProxy
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js609 …turn!1};cvox.DomUtil.isDescendantOfNode=function(a,b){for(;a&&b;){if(a.isSameNode(b))return!0;a=a.…
DchromeVoxChromeOptionsScript.js670 …turn!1};cvox.DomUtil.isDescendantOfNode=function(a,b){for(;a&&b;){if(a.isSameNode(b))return!0;a=a.…
DchromeVoxChromeBackgroundScript.js617 …turn!1};cvox.DomUtil.isDescendantOfNode=function(a,b){for(;a&&b;){if(a.isSameNode(b))return!0;a=a.…