HomeSort by relevance Sort by last modified time
    Searched refs:reportErrors (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/html/
HTMLParser.h 55 HTMLParser(HTMLDocument*, bool reportErrors);
122 void popBlock(const AtomicString& tagName, bool reportErrors = false);
123 void popBlock(const QualifiedName& qName, bool reportErrors = false) { return popBlock(qName.localName(), reportErrors); } // Convenience function for readability.
HTMLDocument.cpp 286 bool reportErrors = false;
289 reportErrors = page->inspectorController()->windowVisible();
292 return new HTMLTokenizer(this, reportErrors);
HTMLTokenizer.cpp 163 HTMLTokenizer::HTMLTokenizer(HTMLDocument* doc, bool reportErrors)
176 , m_parser(new HTMLParser(doc, reportErrors))
    [all...]
HTMLTokenizer.h 137 HTMLTokenizer(HTMLDocument*, bool reportErrors);
HTMLParser.cpp 129 HTMLParser::HTMLParser(HTMLDocument* doc, bool reportErrors)
140 , m_reportErrors(reportErrors)
    [all...]

Completed in 803 milliseconds