HomeSort by relevance Sort by last modified time
    Searched refs:doctype (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
asciidoc.conf 36 ifdef::doctype-manpage[]
38 endif::doctype-manpage[]
40 ifdef::doctype-manpage[]
42 endif::doctype-manpage[]
48 ifdef::doctype-manpage[]
65 endif::doctype-manpage[]
69 ifdef::doctype-manpage[]
86 endif::doctype-manpage[]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 39 * doctype-public
40 * doctype-system
60 *@return the public identifier to be used in the DOCTYPE declaration in the
67 * @return the system identifier to be used in the DOCTYPE declaration in
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
128 * @param system the system identifier to be used in the DOCTYPE declaration
130 * @param pub the public identifier to be used in the DOCTYPE declaration in
135 /** Set the value coming from the xsl:output doctype-public stylesheet attribute.
136 * @param doctype the public identifier to be used in the DOCTYP
    [all...]
ToUnknownStream.java 634 * Set the doctype in the underlying XML handler. Remember that this method
635 * was called, just in case we need to transfer this doctype to an HTML handler
636 * @param doctype the public doctype to set
639 public void setDoctypePublic(String doctype)
641 m_handler.setDoctypePublic(doctype);
646 * Set the doctype in the underlying XML handler. Remember that this method
647 * was called, just in case we need to transfer this doctype to an HTML handler
648 * @param doctype the system doctype to se
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.idl 38 [Default=Undefined] optional DocumentType doctype);
DOMImplementation.cpp 203 const AtomicString& qualifiedName, DocumentType* doctype, ExceptionState& exceptionState)
225 if (doctype)
226 doc->appendChild(doctype);
329 d->write("<!doctype html><html><head></head><body></body></html>");
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer.py 136 doctype = dom_impl.createDocumentType(
140 return dom_impl.createDocument(None, 'plist', doctype)
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
docpage.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
  /external/doclava/res/assets/templates/
docpage.cs 1 <?cs include:"doctype.cs" ?>
sample.cs 1 <?cs include:"doctype.cs" ?>
  /external/chromium_org/third_party/WebKit/public/web/
WebDocument.h 110 BLINK_EXPORT WebDocumentType doctype() const;
  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 125 .html-doctype {
126 /* Keep this in sync with inspectorSyntaxHighlight.css (.webkit-html-doctype) */
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorSyntaxHighlight.css 79 .webkit-html-doctype {
80 /* Keep this in sync with view-source.css (.webkit-html-doctype) */
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 207 WebDocumentType WebDocument::doctype() const function in class:blink::WebDocument
209 return WebDocumentType(constUnwrap<Document>()->doctype());
WebPageSerializerImpl.cpp 151 result.append(createMarkup(param->document->doctype()));
182 result.append(createMarkup(param->document->doctype()));
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 1132 DocumentType doctype = doc.getDoctype(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 348 if (DocumentType* doctype = document()->doctype())
349 return createMarkup(doctype);
  /external/chromium_org/tools/code_coverage/
croc_html.py 79 doctype = xml_impl.createDocumentType(
82 self.doc = xml_impl.createDocument(None, 'html', doctype)
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 177 struct ebml_type doctype; member in struct:ebml
350 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),
1656 char * doctype; local
1704 char * doctype; local
    [all...]
  /external/chromium_org/content/renderer/accessibility/
blink_ax_tree_source.cc 463 const WebDocumentType& doctype = document.doctype(); local
464 if (!doctype.isNull()) {
466 UTF16ToUTF8(doctype.name()));
  /build/tools/droiddoc/templates-sdk/
sample.cs 1 <?cs include:"doctype.cs" ?>
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-sdk-dyn/
sample.cs 1 <?cs include:"doctype.cs" ?>

Completed in 568 milliseconds

1 2 3