HomeSort by relevance Sort by last modified time
    Searched refs:XMLErrors (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLErrors.h 40 class XMLErrors {
43 explicit XMLErrors(Document*);
XMLErrors.cpp 30 #include "core/xml/parser/XMLErrors.h"
45 XMLErrors::XMLErrors(Document* document)
52 void XMLErrors::trace(Visitor* visitor)
57 void XMLErrors::handleError(ErrorType type, const char* message, int lineNumber, int columnNumber)
62 void XMLErrors::handleError(ErrorType type, const char* message, TextPosition position)
79 void XMLErrors::appendErrorMessage(const String& typeString, TextPosition position, const char* message)
118 void XMLErrors::insertErrorMessageBlock()
XMLDocumentParser.h 33 #include "core/xml/parser/XMLErrors.h"
83 void handleError(XMLErrors::ErrorType, const char* message, TextPosition);
131 void error(XMLErrors::ErrorType, const char* message, va_list args) WTF_ATTRIBUTE_PRINTF(3, 0);
182 XMLErrors m_xmlErrors;
XMLDocumentParser.cpp 272 PendingErrorCallback(XMLErrors::ErrorType type, const xmlChar* message, OrdinalNumber lineNumber, OrdinalNumber columnNumber)
291 XMLErrors::ErrorType m_type;
308 handleError(XMLErrors::ErrorTypeFatal, "Excessive node nesting.", textPosition());
370 void XMLDocumentParser::handleError(XMLErrors::ErrorType type, const char* formattedMessage, TextPosition position)
373 if (type != XMLErrors::ErrorTypeWarning)
375 if (type == XMLErrors::ErrorTypeFatal)
902 handleError(XMLErrors::ErrorTypeFatal, "Encoding error", position);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk     [all...]
webcore_remaining.target.darwin-arm64.mk     [all...]
webcore_remaining.target.darwin-mips.mk     [all...]
webcore_remaining.target.darwin-mips64.mk     [all...]
webcore_remaining.target.darwin-x86.mk     [all...]
webcore_remaining.target.darwin-x86_64.mk     [all...]
webcore_remaining.target.linux-arm.mk     [all...]
webcore_remaining.target.linux-arm64.mk     [all...]
webcore_remaining.target.linux-mips.mk     [all...]
webcore_remaining.target.linux-mips64.mk     [all...]
webcore_remaining.target.linux-x86.mk     [all...]
webcore_remaining.target.linux-x86_64.mk     [all...]

Completed in 3463 milliseconds