Searched refs:reportErrors (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.h59 static PassRefPtr<HTMLDocumentParser> create(HTMLDocument* document, bool reportErrors) argument
61 return adoptRef(new HTMLDocumentParser(document, reportErrors));
91 HTMLDocumentParser(HTMLDocument*, bool reportErrors);
H A DHTMLDocumentParser.cpp52 HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElement, bool reportErrors) argument
67 return reportErrors ? HTMLTokenizer::RAWTEXTState : HTMLTokenizer::PLAINTEXTState;
69 return reportErrors ? HTMLTokenizer::ScriptDataState : HTMLTokenizer::PLAINTEXTState;
77 HTMLDocumentParser::HTMLDocumentParser(HTMLDocument* document, bool reportErrors) argument
81 , m_treeBuilder(HTMLTreeBuilder::create(this, document, reportErrors, usePreHTML5ParserQuirks(document)))
99 bool reportErrors = false; // For now document fragment parsing never reports errors. local
100 m_tokenizer->setState(tokenizerStateForContextElement(contextElement, reportErrors));
H A DHTMLTreeBuilder.h58 static PassOwnPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, bool reportErrors, bool usePreHTML5ParserQuirks) argument
60 return adoptPtr(new HTMLTreeBuilder(parser, document, reportErrors, usePreHTML5ParserQuirks));
119 HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument*, bool reportErrors, bool usePreHTML5ParserQuirks);
H A DHTMLTreeBuilder.cpp345 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument* document, bool reportErrors, bool usePreHTML5ParserQuirks) argument
349 , m_reportErrors(reportErrors)
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp280 bool reportErrors = InspectorInstrumentation::hasFrontend(this->page()); local
281 return HTMLDocumentParser::create(this, reportErrors);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 108 milliseconds