Searched refs:docType (Results 1 - 25 of 113) sorted by relevance

12345

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_documentgetdoctype.js88 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
114 (docType != null)
117 docTypeName = docType.name;
133 nodeValue = docType.nodeValue;
136 attributes = docType.attributes;
H A Ddocumentgetdoctypenodtd.js92 var docType;
99 docType = doc.doctype;
101 assertNull("documentGetDocTypeNoDTDAssert",docType);
H A Dhc_entitiesremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
H A Dhc_entitiessetnameditem1.js91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 entities = docType.entities;
H A Dhc_nodevalue07.js93 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.entities;
H A Dhc_nodevalue08.js90 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.notations;
H A Dhc_notationsremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
H A Dhc_notationssetnameditem1.js91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 notations = docType.notations;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_documentgetdoctype.js88 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
114 (docType != null)
117 docTypeName = docType.name;
133 nodeValue = docType.nodeValue;
136 attributes = docType.attributes;
H A Ddocumentgetdoctypenodtd.js92 var docType;
99 docType = doc.doctype;
101 assertNull("documentGetDocTypeNoDTDAssert",docType);
H A Dhc_entitiesremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
H A Dhc_entitiessetnameditem1.js91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 entities = docType.entities;
H A Dhc_nodevalue07.js93 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 nodeMap = docType.entities;
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodereplacechild02.js93 var docType;
101 docType = doc.doctype;
103 replaced = doc.replaceChild(docType,docType);
H A Dnodesettextcontent03.js91 var docType;
99 docType = doc.doctype;
101 docType.textContent = "textContent";
103 textContent = docType.textContent;
H A Dnodegetuserdata04.js92 var docType;
105 docType = doc.doctype;
108 docType.setUserData("KeyDoc", doc, null);
110 docType.setUserData("KeyDoc", doc, nullHandler.handle);
112 retUserData = docType.getUserData("KeyDoc");
H A Dnodegetbaseuri03.js90 var docType;
98 docType = doc.doctype;
100 baseURI = docType.baseURI;
H A Dnodegettextcontent03.js90 var docType;
99 docType = doc.doctype;
101 textContent = docType.textContent;
H A Dnodeisdefaultnamespace03.js93 var docType;
103 docType = doc.doctype;
105 isDefault = docType.isDefaultNamespace(nullNSURI);
H A Dnodelookupnamespaceuri03.js92 var docType;
102 docType = doc.doctype;
104 namespaceURI = docType.lookupNamespaceURI(nullPrefix);
H A Dnodelookupprefix03.js92 var docType;
102 docType = doc.doctype;
104 prefix = docType.lookupPrefix(nullNSURI);
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dhc_entitiesremovenameditemns1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
H A Dhc_entitiessetnameditemns1.js90 var docType;
99 docType = doc.doctype;
109 assertNotNull("docTypeNotNull",docType);
110 entities = docType.entities;
H A Dhc_notationsremovenameditemns1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
H A Dhc_notationssetnameditemns1.js90 var docType;
99 docType = doc.doctype;
109 assertNotNull("docTypeNotNull",docType);
110 notations = docType.notations;

Completed in 905 milliseconds

12345