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

1 23 4

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 30 readonly attribute DocumentType doctype;
Document.cpp 701 void Document::setDoctype(PassRefPtrWillBeRawPtr<DocumentType> docType)
704 ASSERT(!m_docType || !docType);
705 m_docType = docType;
711 // Doctype affects the interpretation of the stylesheets.
956 DocumentType* doctype = toDocumentType(importedNode); local
    [all...]
Document.h 312 DocumentType* doctype() const { return m_docType.get(); } function in class:WebCore::Document
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 548 ASSERT(token->type() == HTMLToken::DOCTYPE);
552 RefPtrWillBeRawPtr<DocumentType> doctype = DocumentType::create(m_document, token->name(), publicId, systemId); local
553 attachLater(m_attachmentRoot, doctype.release());
555 // DOCTYPE nodes are only processed when parsing fragments w/o contextElements, which
    [all...]
HTMLTokenizer.cpp 59 return m_type == HTMLToken::StartTag || m_type == HTMLToken::EndTag || m_type == HTMLToken::DOCTYPE;
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 131 '<!doctype html><html><head></head>'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
332 res = doctype.match(rawdata, i)
341 self.syntax_error('multiple DOCTYPE elements')
343 self.syntax_error('DOCTYPE not at beginning of document')
443 # Internal -- handle DOCTYPE tag, return length or -1 if not terminated
481 self.syntax_error("bogus `>' in DOCTYPE")
487 self.syntax_error('garbage in DOCTYPE')
529 # and before the <!DOCTYPE> (if any).
606 self.syntax_error('starttag does not match DOCTYPE')
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 997 <!DOCTYPE points [
1165 Test PUBLIC doctype.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 997 <!DOCTYPE points [
1165 Test PUBLIC doctype.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1404 public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 1 <?cs include:"doctype.cs" ?>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 600 milliseconds

1 23 4