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

/external/chromium_org/third_party/isimpledom/
H A DISimpleDOMDocument.idl58 cpp_quote("// get_docType([out] BSTR *docType")
116 [propget, id(DISPID_DOC_DOCTYPE)] HRESULT docType(
117 [out, retval] BSTR * docType
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dxmlreport.py39 docType = impl.createDocumentType(
43 self.xml_out = impl.createDocument(None, "coverage", docType)
/external/markdown/markdown/extensions/
H A Drss.py59 md.docType = '<?xml version="1.0" encoding="utf-8"?>\n'
/external/chromium_org/third_party/markdown/
H A D__init__.py162 self.docType = ""
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java1667 DocumentType docType = node.getOwnerDocument().getDoctype();
1668 if (docType != null) {
1669 NamedNodeMap entities = docType.getEntities();
/external/markdown/markdown/
H A D__init__.py211 self.docType = ""
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1658 DocumentType* docType = toDocumentType(node); local
1659 value->setPublicId(docType->publicId());
1660 value->setSystemId(docType->systemId());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp720 void Document::setDoctype(PassRefPtrWillBeRawPtr<DocumentType> docType) argument
723 ASSERT(!m_docType || !docType);
724 m_docType = docType;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 6890 milliseconds