Home
last modified time | relevance | path

Searched refs:IncorrectXMLCloseScriptWarning (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/html/
DHTMLParserErrorCodes.cpp55 if (errorCode >= MisplacedTablePartError && errorCode <= IncorrectXMLCloseScriptWarning) in htmlParserErrorMessageTemplate()
67 return code >= IncorrectXMLCloseScriptWarning; in isWarning()
DHTMLParserErrorCodes.h50 IncorrectXMLCloseScriptWarning enumerator
DHTMLParser.cpp293 reportError(IncorrectXMLCloseScriptWarning); in parseToken()