Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.idl69 …[MeasureAs=NodeIsSameNode] boolean isSameNode([Default=Undefined] optional Node other); // Removed…
DNode.h216 bool isSameNode(Node* other) const { return this == other; } in isSameNode() function
/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/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/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/third_party/WebKit/Source/core/editing/
DDeleteSelectionCommand.cpp457 …if (startNode->isSameNode(m_startBlock.get()) && !startOffset && canHaveChildrenForEditing(startNo… in handleGeneralDelete()
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
Dcaretbrowsing.js100 if (node.isSameNode(ancestor)) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Ddom_util.js435 if (node.isSameNode(ancestor)) {
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js721 …turn!1};cvox.DomUtil.isDescendantOfNode=function(a,b){for(;a&&b;){if(a.isSameNode(b))return!0;a=a.…
DchromeVoxChromeOptionsScript.js753 …turn!1};cvox.DomUtil.isDescendantOfNode=function(a,b){for(;a&&b;){if(a.isSameNode(b))return!0;a=a.…
DchromeVoxChromeBackgroundScript.js700 …turn!1};cvox.DomUtil.isDescendantOfNode=function(a,b){for(;a&&b;){if(a.isSameNode(b))return!0;a=a.…