Searched refs:maxErrors (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp70 const int maxErrors = 25; member in namespace:WebCore
152 if (type == fatal || (m_errorCount < maxErrors && m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) {
H A Dxml_expat_tokenizer.cpp67 const int maxErrors = 25; member in namespace:WebCore
801 if (type == fatal || m_errorCount < maxErrors) {

Completed in 346 milliseconds