Searched refs:getErrorName (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMError.h51 return adoptRef(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessage(ec)));
56 return adoptRef(new DOMError(DOMException::getErrorName(ec), message));
H A DDOMException.h56 static String getErrorName(ExceptionCode);
H A DDOMException.cpp119 String DOMException::getErrorName(ExceptionCode ec) function in class:WebCore::DOMException
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.cpp141 : DOMError(DOMException::getErrorName(errorCodeToExceptionCode(code)), errorCodeToMessage(code))
/external/icu4c/samples/uresb/
H A Duresb.c56 const UChar *getErrorName(UErrorCode errorNumber);
357 u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*status));
361 const UChar *getErrorName(UErrorCode errorNumber) { function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMStorageAgent.cpp138 return DOMException::getErrorName(exceptionState.code());
H A DDOMEditor.cpp409 *errorString = DOMException::getErrorName(exceptionState.code());
H A DInspectorDOMAgent.cpp221 return DOMException::getErrorName(exceptionState.code());

Completed in 735 milliseconds