OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
56
static String
getErrorName
(ExceptionCode);
DOMException.cpp
119
String DOMException::
getErrorName
(ExceptionCode ec)
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp
141
: DOMError(DOMException::
getErrorName
(errorCodeToExceptionCode(code)), errorCodeToMessage(code))
/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
138
return DOMException::
getErrorName
(exceptionState.code());
DOMEditor.cpp
409
*errorString = DOMException::
getErrorName
(exceptionState.code());
InspectorDOMAgent.cpp
221
return DOMException::
getErrorName
(exceptionState.code());
[
all
...]
Completed in 174 milliseconds