HomeSort by relevance Sort by last modified time
    Searched refs:docType (Results 151 - 175 of 233) sorted by null

1 2 3 4 5 67 8 910

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeissamenode07.js 91 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.entities;
nodeissamenode08.js 91 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.notations;
nodelookupnamespaceuri03.js 92 var docType;
102 docType = doc.doctype;
104 namespaceURI = docType.lookupNamespaceURI(nullPrefix);
nodelookupprefix03.js 92 var docType;
102 docType = doc.doctype;
104 prefix = docType.lookupPrefix(nullNSURI);
noderemovechild24.js 89 var docType;
100 docType = doc.doctype;
102 entitiesMap = docType.entities;
noderemovechild25.js 89 var docType;
100 docType = doc.doctype;
102 entitiesMap = docType.entities;
noderemovechild26.js 89 var docType;
100 docType = doc.doctype;
102 entitiesMap = docType.entities;
nodesettextcontent04.js 91 var docType;
101 docType = doc.doctype;
103 notationsMap = docType.notations;
nodesettextcontent13.js 92 var docType;
102 docType = doc.doctype;
104 entitymap = docType.entities;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 143 // DocumentType docType = null;
156 // "l2:root", docType);
210 DocumentType docType;
212 docType = doc.getDoctype();
217 doc.importNode(docType, true);
227 DocumentType docType;
233 docType = domImpl.createDocumentType("test:root", nullNS, nullNS);
238 doc.importNode(docType, true);
412 // DocumentType docType;
426 // docType = doc.getDoctype()
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_entitiesremovenameditem1.js 90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
hc_entitiessetnameditem1.js 91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 entities = docType.entities;
hc_nodevalue07.js 93 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.entities;
hc_nodevalue08.js 90 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.notations;
hc_notationsremovenameditem1.js 90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
hc_notationssetnameditem1.js 91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 notations = docType.notations;
  /external/webkit/LayoutTests/dom/html/level2/core/
hc_entitiesremovenameditemns1.js 90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
hc_entitiessetnameditemns1.js 90 var docType;
99 docType = doc.doctype;
109 assertNotNull("docTypeNotNull",docType);
110 entities = docType.entities;
hc_notationsremovenameditemns1.js 90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
hc_notationssetnameditemns1.js 90 var docType;
99 docType = doc.doctype;
109 assertNotNull("docTypeNotNull",docType);
110 notations = docType.notations;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_entitiesremovenameditem1.js 90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
hc_entitiessetnameditem1.js 91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 entities = docType.entities;
hc_nodevalue07.js 93 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.entities;
hc_nodevalue08.js 90 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.notations;
hc_notationsremovenameditem1.js 90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;

Completed in 313 milliseconds

1 2 3 4 5 67 8 910