HomeSort by relevance Sort by last modified time
    Searched refs:attrsParent (Results 1 - 5 of 5) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode02.java 86 Node attrsParent;
96 attrsParent = importedAttr.getParentNode();
97 assertNull("documentimportnode02_parentNull", attrsParent);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 97 Node attrsParent;
108 attrsParent = importedAttr.getParentNode();
109 assertNull("documentimportnode02_parentNull", attrsParent);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode01.js 94 var attrsParent;
documentadoptnode02.js 97 var attrsParent;
documentadoptnode21.js 101 var attrsParent;

Completed in 479 milliseconds