Searched refs:exceptionCode (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRange.cpp | 75 WebNode WebRange::startContainer(WebExceptionCode& exceptionCode) const in startContainer() 79 exceptionCode = 0; in startContainer() 83 WebNode WebRange::endContainer(WebExceptionCode& exceptionCode) const in endContainer() 87 exceptionCode = 0; in endContainer()
|
D | WebCryptoNormalize.cpp | 46 …andle<v8::Object> algorithmObject, WebCryptoOperation operation, int* exceptionCode, WebString* er… in normalizeCryptoAlgorithm() argument 54 *exceptionCode = WebCore::webCryptoErrorToExceptionCode(error.errorType); in normalizeCryptoAlgorithm()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebRange.h | 67 BLINK_EXPORT WebNode startContainer(int& exceptionCode) const; 68 BLINK_EXPORT WebNode endContainer(int& exceptionCode) const;
|
D | WebCryptoNormalize.h | 57 …alizeCryptoAlgorithm(v8::Handle<v8::Object>, WebCryptoOperation, int* exceptionCode, WebString* er…
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 1068 void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long… in handleRequestError() argument 1074 if (!m_async && exceptionCode) { in handleRequestError() 1076 m_exceptionCode = exceptionCode; in handleRequestError()
|
/external/svox/pico/lib/ |
D | picoos.h | 234 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...);
|
D | picoos.c | 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) in picoos_emRaiseException() argument 825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) { in picoos_emRaiseException() 826 this->curExceptionCode = exceptionCode; in picoos_emRaiseException() 828 …picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, … in picoos_emRaiseException()
|