/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodeisequalnode01.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 96 var doc1; 101 if (typeof(this.doc1) != 'undefined') { 102 doc1Ref = this.doc1; 104 doc1 = load(doc1Ref, "doc1", "hc_staff"); 111 isEqual = doc1.isEqualNode(doc2);
|
nodeissamenode01.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 96 var doc1; 101 if (typeof(this.doc1) != 'undefined') { 102 doc1Ref = this.doc1; 104 doc1 = load(doc1Ref, "doc1", "hc_staff"); 111 isSame = doc1.isSameNode(doc2);
|
nodeisequalnode22.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "barfoo"); 96 var doc1; 111 if (typeof(this.doc1) != 'undefined') { 112 doc1Ref = this.doc1; 114 doc1 = load(doc1Ref, "doc1", "barfoo"); 115 oldDocType = doc1.doctype; 125 domImpl1 = doc1.implementation [all...] |
nodeisequalnode07.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 94 var doc1; 101 if (typeof(this.doc1) != 'undefined') { 102 doc1Ref = this.doc1; 104 doc1 = load(doc1Ref, "doc1", "hc_staff"); 111 elem1 = doc1.createElementNS("http://www.w3.org/1999/xhtml","xhtml:html");
|
nodeisequalnode21.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 96 var doc1; 103 if (typeof(this.doc1) != 'undefined') { 104 doc1Ref = this.doc1; 106 doc1 = load(doc1Ref, "doc1", "hc_staff"); 113 docType1 = doc1.doctype;
|
nodeisequalnode25.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 96 var doc1; 107 if (typeof(this.doc1) != 'undefined') { 108 doc1Ref = this.doc1; 110 doc1 = load(doc1Ref, "doc1", "hc_staff"); 117 docType1 = doc1.doctype;
|
nodeisequalnode26.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 96 var doc1; 107 if (typeof(this.doc1) != 'undefined') { 108 doc1Ref = this.doc1; 110 doc1 = load(doc1Ref, "doc1", "hc_staff"); 117 docType1 = doc1.doctype;
|
nodereplacechild10.js | 53 if (typeof(this.doc1) != 'undefined') { 54 doc1Ref = this.doc1; 56 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 103 var doc1; 121 if (typeof(this.doc1) != 'undefined') { 122 doc1Ref = this.doc1; 124 doc1 = load(doc1Ref, "doc1", "hc_staff"); 125 docType1 = doc1.doctype;
|
nodereplacechild21.js | 53 if (typeof(this.doc1) != 'undefined') { 54 doc1Ref = this.doc1; 56 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 104 var doc1; 122 if (typeof(this.doc1) != 'undefined') { 123 doc1Ref = this.doc1; 125 doc1 = load(doc1Ref, "doc1", "hc_staff"); 126 docType1 = doc1.doctype;
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementwrongdocumenterr.java | 73 Document doc1; local 79 doc1 = (Document) load("staff", true); 82 addressElementList = doc1.getElementsByTagName("address");
|
hc_elementwrongdocumenterr.java | 71 Document doc1; local 77 doc1 = (Document) load("hc_staff", true); 80 addressElementList = doc1.getElementsByTagName("acronym");
|
hc_namednodemapwrongdocumenterr.java | 71 Document doc1; local 79 doc1 = (Document) load("hc_staff", true); 81 elementList = doc1.getElementsByTagName("acronym");
|
hc_nodeappendchildnewchilddiffdocument.java | 70 Document doc1; local 76 doc1 = (Document) load("hc_staff", false); 78 newChild = doc1.createElement("br");
|
hc_nodeinsertbeforenewchilddiffdocument.java | 70 Document doc1; local 77 doc1 = (Document) load("hc_staff", false); 79 newChild = doc1.createElement("br");
|
hc_nodereplacechildnewchilddiffdocument.java | 70 Document doc1; local 77 doc1 = (Document) load("hc_staff", false); 79 newChild = doc1.createElement("br");
|
namednodemapwrongdocumenterr.java | 72 Document doc1; local 79 doc1 = (Document) load("staff", true); 81 elementList = doc1.getElementsByTagName("address");
|
nodeappendchildnewchilddiffdocument.java | 71 Document doc1; local 77 doc1 = (Document) load("staff", false); 79 newChild = doc1.createElement("newChild");
|
nodeinsertbeforenewchilddiffdocument.java | 70 Document doc1; local 77 doc1 = (Document) load("staff", false); 79 newChild = doc1.createElement("newChild");
|
nodereplacechildnewchilddiffdocument.java | 70 Document doc1; local 77 doc1 = (Document) load("staff", false); 79 newChild = doc1.createElement("newChild");
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
setAttributeNodeNS05.java | 77 Document doc1; local 83 doc1 = (Document) load("staffNS", true); 86 elementList = doc1.getElementsByTagName("emp:address");
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeappendchildnewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 104 var doc1; 112 if (typeof(this.doc1) != 'undefined') { 113 doc1Ref = this.doc1; 115 doc1 = load(doc1Ref, "doc1", "hc_staff"); 122 newChild = doc1.createElement("br");
|
hc_elementwrongdocumenterr.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 107 var doc1; 115 if (typeof(this.doc1) != 'undefined') { 116 doc1Ref = this.doc1; 118 doc1 = load(doc1Ref, "doc1", "hc_staff"); 126 addressElementList = doc1.getElementsByTagName("acronym");
|
hc_namednodemapwrongdocumenterr.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 105 var doc1; 115 if (typeof(this.doc1) != 'undefined') { 116 doc1Ref = this.doc1; 118 doc1 = load(doc1Ref, "doc1", "hc_staff"); 125 elementList = doc1.getElementsByTagName("acronym");
|
hc_nodeinsertbeforenewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 104 var doc1; 113 if (typeof(this.doc1) != 'undefined') { 114 doc1Ref = this.doc1; 116 doc1 = load(doc1Ref, "doc1", "hc_staff"); 123 newChild = doc1.createElement("br");
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeappendchildnewchilddiffdocument.js | 46 if (typeof(this.doc1) != 'undefined') { 47 doc1Ref = this.doc1; 49 docsLoaded += preload(doc1Ref, "doc1", "hc_staff"); 104 var doc1; 112 if (typeof(this.doc1) != 'undefined') { 113 doc1Ref = this.doc1; 115 doc1 = load(doc1Ref, "doc1", "hc_staff"); 122 newChild = doc1.createElement("br");
|