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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMError.h 51 return adoptRef(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessage(ec)));
56 return adoptRef(new DOMError(DOMException::getErrorName(ec), message));
DOMException.h 51 static String getErrorName(ExceptionCode);
DOMException.cpp 112 String DOMException::getErrorName(ExceptionCode ec)
  /external/icu4c/samples/uresb/
uresb.c 56 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) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 155 return DOMException::getErrorName(es.code());
DOMEditor.cpp 408 *errorString = DOMException::getErrorName(es.code());
InspectorDOMAgent.cpp 225 return DOMException::getErrorName(es.code());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontLoader.cpp 232 String errorName = (source && source->isDecodeError()) ? "InvalidFontDataError" : DOMException::getErrorName(NotFoundError);

Completed in 295 milliseconds