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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.h 39 class XMLErrors {
41 explicit XMLErrors(Document*);
XMLErrors.cpp 30 #include "core/xml/XMLErrors.h"
45 XMLErrors::XMLErrors(Document* document)
52 void XMLErrors::handleError(ErrorType type, const char* message, int lineNumber, int columnNumber)
57 void XMLErrors::handleError(ErrorType type, const char* message, TextPosition position)
74 void XMLErrors::appendErrorMessage(const String& typeString, TextPosition position, const char* message)
113 void XMLErrors::insertErrorMessageBlock()

Completed in 106 milliseconds