ErrorType          52 Source/core/xml/XMLErrors.cpp void XMLErrors::handleError(ErrorType type, const char* message, int lineNumber, int columnNumber)
ErrorType          57 Source/core/xml/XMLErrors.cpp void XMLErrors::handleError(ErrorType type, const char* message, TextPosition position)
ErrorType          45 Source/core/xml/XMLErrors.h     void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
ErrorType          46 Source/core/xml/XMLErrors.h     void handleError(ErrorType, const char* message, TextPosition);
ErrorType         269 Source/core/xml/parser/XMLDocumentParser.cpp     PendingErrorCallback(XMLErrors::ErrorType type, const xmlChar* message, OrdinalNumber lineNumber, OrdinalNumber columnNumber)
ErrorType         288 Source/core/xml/parser/XMLDocumentParser.cpp     XMLErrors::ErrorType m_type;
ErrorType         361 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::handleError(XMLErrors::ErrorType type, const char* formattedMessage, TextPosition position)
ErrorType        1075 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::error(XMLErrors::ErrorType type, const char* message, va_list args)
ErrorType          81 Source/core/xml/parser/XMLDocumentParser.h         void handleError(XMLErrors::ErrorType, const char* message, TextPosition);
ErrorType         129 Source/core/xml/parser/XMLDocumentParser.h         void error(XMLErrors::ErrorType, const char* message, va_list args) WTF_ATTRIBUTE_PRINTF(3, 0);
ErrorType          10 Source/modules/push_messaging/PushError.cpp String PushError::errorString(blink::WebPushError::ErrorType type)
ErrorType          28 Source/modules/push_messaging/PushError.h     static String errorString(blink::WebPushError::ErrorType);
ErrorType          37 Source/modules/serviceworkers/ServiceWorkerError.cpp String ServiceWorkerError::errorString(WebServiceWorkerError::ErrorType type)
ErrorType          53 Source/modules/serviceworkers/ServiceWorkerError.h     static String errorString(blink::WebServiceWorkerError::ErrorType);
ErrorType          19 public/platform/WebPushError.h     WebPushError(ErrorType errorType, const WebString& message)
ErrorType          25 public/platform/WebPushError.h     ErrorType errorType;
ErrorType          48 public/platform/WebServiceWorkerError.h     WebServiceWorkerError(ErrorType errorType, const WebString& message)
ErrorType          51 public/platform/WebServiceWorkerError.h     ErrorType errorType;