Searched defs:defaultParserTimeLimit (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLParserScheduler.cpp38 // defaultParserTimeLimit is the seconds the parser will run in one write() call
41 static const double defaultParserTimeLimit = 0.500; variable
50 return defaultParserTimeLimit;

Completed in 70 milliseconds