HomeSort by relevance Sort by last modified time
    Searched defs: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 90 milliseconds