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

12

/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageErrorCallback.h43 typedef int ExceptionCode; typedef in namespace:blink
53 static PassOwnPtr<CallbackTask> create(StorageErrorCallback* callback, ExceptionCode ec)
61 CallbackTask(StorageErrorCallback*, ExceptionCode);
64 ExceptionCode m_ec;
H A DStorageErrorCallback.cpp39 StorageErrorCallback::CallbackTask::CallbackTask(StorageErrorCallback* callback, ExceptionCode ec)
H A DStorageQuotaCallbacksImpl.cpp35 #include "core/dom/ExceptionCode.h"
61 m_resolver->reject(DOMError::create(static_cast<ExceptionCode>(error)).get());
H A DDeprecatedStorageQuotaCallbacksImpl.cpp35 #include "core/dom/ExceptionCode.h"
78 m_errorCallback->handleEvent(DOMError::create(static_cast<ExceptionCode>(error)).get());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMException.h40 typedef int ExceptionCode; typedef in namespace:blink
45 static PassRefPtrWillBeRawPtr<DOMException> create(ExceptionCode, const String& sanitizedMessage = String(), const String& unsanitizedMessage = String());
58 static String getErrorName(ExceptionCode);
59 static String getErrorMessage(ExceptionCode);
H A DDOMException.cpp32 #include "core/dom/ExceptionCode.h"
84 static const CoreException* getErrorEntry(ExceptionCode ec)
101 PassRefPtrWillBeRawPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitizedMessage, const String& unsanitizedMessage)
121 String DOMException::getErrorName(ExceptionCode ec)
131 String DOMException::getErrorMessage(ExceptionCode ec)
H A DExceptionCode.h28 typedef int ExceptionCode; typedef in namespace:blink
H A DDOMError.h31 #include "core/dom/ExceptionCode.h"
51 static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec)
56 static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec, const String& message)
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DSimpleContentDecryptionModuleResult.h8 #include "core/dom/ExceptionCode.h"
19 ExceptionCode WebCdmExceptionToExceptionCode(WebContentDecryptionModuleException);
41 void completeWithDOMException(ExceptionCode, const String& errorMessage);
H A DSimpleContentDecryptionModuleResult.cpp19 ExceptionCode WebCdmExceptionToExceptionCode(WebContentDecryptionModuleException cdmException)
75 void SimpleContentDecryptionModuleResult::completeWithDOMException(ExceptionCode code, const String& errorMessage)
/external/chromium_org/testing/gtest/test/
H A Dgtest_break_on_failure_unittest_.cc60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) argument
H A DExceptionStatePlaceholder.h43 typedef int ExceptionCode; typedef in namespace:blink
49 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE { }
62 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE;
H A DExceptionState.h43 typedef int ExceptionCode; typedef in namespace:blink
79 virtual void throwDOMException(const ExceptionCode&, const String& message);
87 ExceptionCode code() const { return m_code; }
111 ExceptionCode m_code;
132 virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
142 virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
H A DExceptionState.cpp36 #include "core/dom/ExceptionCode.h"
53 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
113 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
141 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DLockOrientationCallback.cpp10 #include "core/dom/ExceptionCode.h"
31 ExceptionCode code = 0;
/external/gtest/test/
H A Dgtest_break_on_failure_unittest_.cc60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextGroup.h44 typedef int ExceptionCode; typedef in namespace:blink
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.h35 #include "core/dom/ExceptionCode.h"
44 ExceptionCode webCryptoErrorToExceptionCode(WebCryptoErrorType);
/external/chromium_org/base/win/
H A Dwrapped_window_proc_unittest.cc43 if (info->ExceptionRecord->ExceptionCode == kExceptionCode)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigator.h42 typedef int ExceptionCode; typedef in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DClassList.h39 typedef int ExceptionCode; typedef in namespace:blink
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp266 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { argument
267 switch(ExceptionCode) {
516 Exception.ExceptionRecord.ExceptionCode)
517 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
527 Exception.ExceptionRecord.ExceptionCode)
528 << " (" << Exception.ExceptionRecord.ExceptionCode
/external/chromium_org/components/crash/app/
H A Dhard_error_handler_win.cc102 long exception = ex_info->ExceptionRecord->ExceptionCode;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.cpp35 #include "core/dom/ExceptionCode.h"
53 ExceptionCode errorCodeToExceptionCode(FileError::ErrorCode code)

Completed in 700 milliseconds

12