HomeSort by relevance Sort by last modified time
    Searched refs:isSameNode (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 533 self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 533 self.confirm(a1.isSameNode(a2))
542 self.confirm(a1.isSameNode(a2))
642 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
648 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
650 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
656 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
657 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
675 self.confirm((not se.isSameNode(ce))
676 and (not ce.isSameNode(se)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.idl 70 [MeasureAs=NodeIsSameNode] boolean isSameNode([Default=Undefined] optional Node other); // Removed in DOM4.
Node.h 210 bool isSameNode(Node* other) const { return this == other; }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 195 * tested with <code>Node.isSameNode</code>. All nodes that are the same
535 public boolean isSameNode(Node other) {
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 241 public boolean isSameNode(Node other) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 195 public boolean isSameNode(Node other) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1260 * tested with <code>Node.isSameNode</code>. All nodes that are the same
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 440 public boolean isSameNode(Node other) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp 453 if (startNode->isSameNode(m_startBlock.get()) && !startOffset && canHaveChildrenForEditing(startNode) && !isHTMLTableElement(*startNode)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 400 if (node.isSameNode(ancestor)) {
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 2803 milliseconds

1 2