Searched refs:ExceptionCode (Results 26 - 49 of 49) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h56 typedef int ExceptionCode; typedef in namespace:blink
235 void handleRequestError(ExceptionCode, const AtomicString&, long long, long long);
277 ExceptionCode m_exceptionCode;
H A DXMLHttpRequest.cpp32 #include "core/dom/ExceptionCode.h"
1079 void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long long receivedLength, long long expectedLength)
/external/chromium_org/remoting/base/
H A Dbreakpad_win.cc190 exinfo->ExceptionRecord->ExceptionCode);
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver.cc24 DWORD code = ex_info->ExceptionRecord->ExceptionCode;
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dcommon_x86.c94 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) {
97 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) {
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c94 if ( rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION ) {
97 } else if ( rec->ExceptionCode == STATUS_FLOAT_MULTIPLE_TRAPS ) {
/external/chromium_org/chrome_elf/
H A Dbreakpad.cc109 DWORD code = exinfo->ExceptionRecord->ExceptionCode;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_threadStart.c51 switch (ep->ExceptionRecord->ExceptionCode)
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.cpp74 ExceptionCode webCryptoErrorToExceptionCode(WebCryptoErrorType errorType)
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DHTMLMediaElementEncryptedMedia.cpp13 #include "core/dom/ExceptionCode.h"
64 void reportSetFailed(ExceptionCode, const String& errorMessage);
73 typedef Function<void(ExceptionCode, const String&)> FailureCallback;
191 FailureCallback failureCallback = bind<ExceptionCode, const String&>(&SetMediaKeysHandler::reportSetFailed, this);
216 void SetMediaKeysHandler::reportSetFailed(ExceptionCode code, const String& errorMessage)
H A DMediaKeys.cpp33 #include "core/dom/ExceptionCode.h"
70 static ScriptPromise createRejectedPromise(ScriptState* scriptState, ExceptionCode error, const String& errorMessage)
H A DMediaKeySession.cpp33 #include "core/dom/ExceptionCode.h"
198 void completeWithDOMException(ExceptionCode code, const String& errorMessage)
/external/chromium_org/third_party/skia/tools/
H A DCrashHandler.cpp105 const DWORD code = e->ExceptionRecord->ExceptionCode;
/external/skia/tools/
H A DCrashHandler.cpp99 const DWORD code = e->ExceptionRecord->ExceptionCode;
/external/deqp/framework/qphelper/
H A DqpCrashHandler.c154 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT)
178 switch (info->ExceptionRecord->ExceptionCode)
/external/chromium_org/components/crash/app/
H A Dbreakpad_win.cc373 g_surrogate_exception_record.ExceptionCode = DBG_TERMINATE_PROCESS;
/external/flac/libFLAC/
H A Dcpu.c144 if(ep->ExceptionRecord->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/llvm/lib/Support/Windows/
H A DSignals.inc441 _exit(ep->ExceptionRecord->ExceptionCode);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.cpp758 ExceptionCode ec = exceptionState.code();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h158 typedef int ExceptionCode; typedef in namespace:blink
759 // is invalid. It also sets ExceptionCode when name is invalid.
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1413 const DWORD code = exception_record->ExceptionCode;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h1028 ULONG32 ExceptionCode; member in struct:_MINIDUMP_EXCEPTION
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1028 ULONG32 ExceptionCode; member in struct:_MINIDUMP_EXCEPTION
/external/bison/
H A Dconfigure11023 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
11948 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
13814 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)

Completed in 754 milliseconds

12