OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxErrors
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp
70
const int
maxErrors
= 25;
152
if (type == fatal || (m_errorCount <
maxErrors
&& m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) {
xml_expat_tokenizer.cpp
67
const int
maxErrors
= 25;
801
if (type == fatal || m_errorCount <
maxErrors
) {
Completed in 1686 milliseconds