Home
last modified time | relevance | path

Searched defs:doctype (Results 1 – 16 of 16) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Node/script-tests/
Dinitial-values.js90 var doctype = document.implementation.createDocumentType("svg", "-//W3C//DTD SVG 1.1//EN", "http://… variable
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java139 public void setDoctypePublic(String doctype); in setDoctypePublic()
144 public void setDoctypeSystem(String doctype); in setDoctypeSystem()
DToUnknownStream.java639 public void setDoctypePublic(String doctype) in setDoctypePublic()
651 public void setDoctypeSystem(String doctype) in setDoctypeSystem()
/external/webkit/Source/WebKit/chromium/src/
DWebDocument.cpp129 WebDocumentType WebDocument::doctype() const in doctype() function in WebKit::WebDocument
/external/tinyxml/
Dxmltest.cpp865 const char* doctype = in main() local
892 const char* doctype = in main() local
953 const char* doctype = "<element attr='red' attr='blue' />"; in main() local
964 const char* doctype = "<element att\0r='red' attr='blue' />"; in main() local
/external/chromium/webkit/glue/
Dwebaccessibility.cc377 const WebKit::WebDocumentType& doctype = document.doctype(); in Init() local
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp231 const String& qualifiedName, DocumentType* doctype, ExceptionCode& ec) in createDocument()
DDocument.h307 DocumentType* doctype() const { return m_docType.get(); } in doctype() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/webkit/Source/WebCore/page/
DFrame.cpp782 if (DocumentType* doctype = document()->doctype()) in documentTypeString() local
/external/libxslt/libxslt/
Dtransform.c3593 const xmlChar *doctype = NULL; in xsltDocumentElem() local
6101 const xmlChar *doctype = NULL; in xsltApplyStylesheetInternal() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()
/external/libvpx/libvpx/nestegg/src/
Dnestegg.c171 struct ebml_type doctype; member
1416 char * doctype; in nestegg_init() local
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp594 HRESULT STDMETHODCALLTYPE DOMDocument::doctype( in doctype() function in DOMDocument
DDOMHTMLClasses.h305 virtual HRESULT STDMETHODCALLTYPE doctype( in doctype() function