Searched defs:exceptionCode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCryptoNormalize.cpp43 WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object> algorithmObject, WebCryptoOperation operation, int* exceptionCode, WebString* errorDetails, v8::Isolate* isolate) argument
51 *exceptionCode = webCryptoErrorToExceptionCode(error.errorType);
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DSimpleContentDecryptionModuleResult.cpp65 void SimpleContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException exceptionCode, unsigned long systemCode, const WebString& errorMessage) argument
67 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp1079 void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long long receivedLength, long long expectedLength) argument
1083 // The request error steps for event 'type' and exception 'exceptionCode'.
1085 if (!m_async && exceptionCode) {
1087 m_exceptionCode = exceptionCode;
/external/svox/pico/lib/
H A Dpicoos.c820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...)
825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) {
826 this->curExceptionCode = exceptionCode;
828 picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, fmt,args);
819 picoos_emRaiseException(picoos_ExceptionManager this, pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) argument

Completed in 173 milliseconds