HomeSort by relevance Sort by last modified time
    Searched refs:doctype (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetuserdata05.js 90 var docType;
105 docType = doc.doctype;
107 entities = docType.entities;
nodeinsertbefore05.js 90 var docType;
105 docType = doc.doctype;
107 rootName = docType.name;
113 inserted = doc.insertBefore(newDocType,docType);
nodeinsertbefore14.js 95 var docType;
104 docType = doc.doctype;
111 inserted = docType.insertBefore(newAttr,docType);
nodeisdefaultnamespace04.js 93 var docType;
107 docType = doc.doctype;
109 entitiesMap = docType.entities;
111 notationsMap = docType.notations;
nodeisequalnode22.js 115 oldDocType = doc1.doctype;
noderemovechild07.js 92 var docType;
102 docType = doc.doctype;
104 notations = docType.notations;
noderemovechild27.js 93 var docType;
105 docType = doc.doctype;
107 entitiesMap = docType.entities;
109 notationsMap = docType.notations;
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;
nodegetfeature03.js 100 node = doc.doctype;
nodereplacechild38.js 90 var docType;
107 docType = doc.doctype;
109 entitiesMap = docType.entities;
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 155 result.append(createMarkup(param->document->doctype()));
186 result.append(createMarkup(param->document->doctype()));
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 98 DocumentType doctype = null; local
102 dom, namespaceURI, qualifiedName, doctype, inputEncoding);
  /external/libvpx/nestegg/src/
nestegg.c 171 struct ebml_type doctype; member in struct:ebml
337 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
1416 char * doctype; local
1461 if (ne_get_string(ctx->ebml.doctype, &doctype) != 0)
1462 doctype = "matroska"
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLDocument.cpp 342 DocumentType* docType = doctype();
343 if (!docType)
347 const String& publicId = docType->publicId();
348 if (docType->name() != "html"
407 || equalIgnoringCase(docType->systemId(), "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd")
408 || (docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Frameset//", false))
409 || (docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Transitional//", false))) {
417 || (!docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Frameset//", false))
418 || (!docType->systemId().isEmpty() && publicId.startsWith("-//W3C//DTD HTML 4.01 Transitional//", false)))
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 81 - (DOMDocument *)createDocument:(NSString *)namespaceURI :(NSString *)qualifiedName :(DOMDocumentType *)doctype;
83 HRESULT createDocument([in] BSTR namespaceURI, [in] BSTR qualifiedName, [in] IDOMDocumentType* doctype, [out, retval] IDOMDocument** result);
329 - (DOMDocumentType *)doctype;
331 HRESULT doctype([out, retval] IDOMDocumentType** result);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 352 // the doctype. (Just let it go and Suppress it?
389 // skip the doctype. (Just let it go and Suppress it?
1422 DocumentType doctype = doc.getDoctype(); local
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.cpp 786 if (DocumentType* doctype = document()->doctype())
787 return createMarkup(doctype);
    [all...]
  /external/libxslt/libxslt/
transform.c 3593 const xmlChar *doctype = NULL; local
6101 const xmlChar *doctype = NULL; local
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /external/webkit/Source/WebCore/dom/
Document.idl 31 readonly attribute DocumentType doctype;
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 64 - (DOMDocument *)createDocument:(NSString *)namespaceURI :(NSString *)qualifiedName :(DOMDocumentType *)doctype;
68 - (DOMDocument *)createDocument:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName doctype:(DOMDocumentType *)doctype AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
78 @property(readonly, retain) DOMDocumentType *doctype; variable
    [all...]
  /external/dbus/bus/
config-parser.c 531 const char *doctype,
536 if (strcmp (doctype, "busconfig") != 0)
541 doctype);
    [all...]

Completed in 862 milliseconds

1 2 3 4 56 7