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

1 2 3 4 5 6 7 8910

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition23.js 89 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.entities;
nodegetbaseuri12.js 91 var docType;
101 docType = doc.doctype;
103 entitiesMap = docType.entities;
nodegetbaseuri13.js 91 var docType;
102 docType = doc.doctype;
104 notationsMap = docType.notations;
nodegetbaseuri14.js 95 var docType;
116 docType = doc.doctype;
118 notationsMap = docType.notations;
nodegetuserdata05.js 90 var docType;
105 docType = doc.doctype;
107 entities = docType.entities;
noderemovechild07.js 92 var docType;
102 docType = doc.doctype;
104 notations = docType.notations;
nodereplacechild10.js 100 var docType;
114 docType = doc.doctype;
116 entitiesMap = docType.entities;
125 docType1 = doc1.doctype;
nodereplacechild13.js 89 var docType;
113 docType = doc.doctype;
119 replaced = doc.replaceChild(newDocType,docType);
nodereplacechild25.js 90 var docType;
104 docType = doc.doctype;
106 entities = docType.entities;
nodesetuserdata06.js 92 var docType;
108 docType = doc.doctype;
110 entities = docType.entities;
nodesetuserdata07.js 92 var docType;
108 docType = doc.doctype;
110 notations = docType.notations;
nodereplacechild38.js 90 var docType;
107 docType = doc.doctype;
109 entitiesMap = docType.entities;
userdatahandler03.js 112 var docType = null;
128 newDoc = domImpl.createDocument(rootNS,rootName,docType);
userdatahandler04.js 112 var docType = null;
128 newDoc = domImpl.createDocument(rootNS,rootName,docType);
  /external/webkit/LayoutTests/dom/html/level2/core/
createDocument08.js 82 var docType = null;
92 aNewDoc = domImpl.createDocument(namespaceURI,"",docType);
createDocumentType04.js 85 var docType = null;
93 docType = domImpl.createDocumentType("",publicId,systemId);
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
createDocument08.js 82 var docType = null;
92 aNewDoc = domImpl.createDocument(namespaceURI,"",docType);
createDocumentType04.js 85 var docType = null;
93 docType = domImpl.createDocumentType("",publicId,systemId);
  /external/markdown/markdown/extensions/
rss.py 59 md.docType = '<?xml version="1.0" encoding="utf-8"?>\n'
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java 162 DocumentType docType = null;
176 docAlt = domImpl.createDocument(nullNS, "newDoc", docType);
193 // DocumentType docType;
200 // docType = doc.getDoctype();
201 // entities = docType.getEntities();
203 // notations = docType.getNotations();
310 // DocumentType docType;
315 // docType = doc.getDoctype();
316 // entities = docType.getEntities();
317 // notations = docType.getNotations()
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 530 var docType = "<!DOCTYPE " + this.nodeName;
532 docType += " PUBLIC \"" + this.publicId + "\"";
534 docType += " \"" + this.systemId + "\"";
536 docType += " SYSTEM \"" + this.systemId + "\"";
538 docType += " [" + this.internalSubset + "]";
539 return docType + ">";
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 71 DocumentType docType;
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp     [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 

Completed in 554 milliseconds

1 2 3 4 5 6 7 8910