HomeSort by relevance Sort by last modified time
    Searched refs:doctype (Results 26 - 50 of 90) sorted by null

12 3 4

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 77 String qualifiedName, DocumentType doctype, String inputEncoding) {
83 if (doctype != null) {
84 appendChild(doctype);
187 * When we support entities in the doctype, this will need to
426 "Only one DOCTYPE element allowed");
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
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/content/renderer/accessibility/
blink_ax_tree_source.cc 434 const WebDocumentType& doctype = document.doctype(); local
435 if (!doctype.isNull()) {
437 UTF16ToUTF8(doctype.name()));
  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 125 .webkit-html-doctype {
126 /* Keep this in sync with inspectorSyntaxHighlight.css (.webkit-html-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 284 if (DocumentType* doctype = document()->doctype())
285 return createMarkup(doctype);
  /build/tools/droiddoc/templates-pdk/
docpage.cs 1 <?cs include:"doctype.cs" ?>
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 153 result.append(createMarkup(param->document->doctype()));
184 result.append(createMarkup(param->document->doctype()));
  /external/chromium_org/tools/code_coverage/
croc_html.py 79 doctype = xml_impl.createDocumentType(
82 self.doc = xml_impl.createDocument(None, 'html', 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/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 12 # 2007-08-25 fl added doctype hook, added parser version attribute etc
1622 def doctype(self, name, pubid, system): member in class:XMLParser
    [all...]
  /build/tools/droiddoc/templates-sdk/
sample.cs 1 <?cs include:"doctype.cs" ?>
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
docpage.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-sdk-dyn/
sample.cs 1 <?cs include:"doctype.cs" ?>
sampleindex.cs 1 <?cs include:"doctype.cs" ?>
docpage.cs 1 <?cs include:"doctype.cs" ?>
  /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/chromium_org/third_party/libxslt/libxslt/
transform.c 3593 const xmlChar *doctype = NULL; local
6101 const xmlChar *doctype = NULL; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 82 var iframe_src = '<!doctype html><html><head><script ' +

Completed in 1245 milliseconds

12 3 4