HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionCode (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageErrorCallback.h 42 typedef int ExceptionCode;
51 static PassOwnPtr<CallbackTask> create(PassOwnPtr<StorageErrorCallback> callback, ExceptionCode ec)
59 CallbackTask(PassOwnPtr<StorageErrorCallback>, ExceptionCode);
62 ExceptionCode m_ec;
StorageErrorCallback.cpp 39 StorageErrorCallback::CallbackTask::CallbackTask(PassOwnPtr<StorageErrorCallback> callback, ExceptionCode ec)
StorageQuotaCallbacksImpl.cpp 35 #include "core/dom/ExceptionCode.h"
61 m_resolver->reject(DOMError::create(static_cast<ExceptionCode>(error)).get());
DeprecatedStorageQuotaCallbacksImpl.cpp 35 #include "core/dom/ExceptionCode.h"
70 m_errorCallback->handleEvent(DOMError::create(static_cast<ExceptionCode>(error)).get());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.h 40 typedef int ExceptionCode;
44 static PassRefPtrWillBeRawPtr<DOMException> create(ExceptionCode, const String& sanitizedMessage = String(), const String& unsanitizedMessage = String());
57 static String getErrorName(ExceptionCode);
58 static String getErrorMessage(ExceptionCode);
DOMException.cpp 32 #include "core/dom/ExceptionCode.h"
84 static const CoreException* getErrorEntry(ExceptionCode ec)
102 PassRefPtrWillBeRawPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitizedMessage, const String& unsanitizedMessage)
122 String DOMException::getErrorName(ExceptionCode ec)
132 String DOMException::getErrorMessage(ExceptionCode ec)
DOMError.h 31 #include "core/dom/ExceptionCode.h"
50 static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec)
55 static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec, const String& message)
ExceptionCode.h 28 typedef int ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionStatePlaceholder.h 43 typedef int ExceptionCode;
49 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE { }
62 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE;
ExceptionState.h 42 typedef int ExceptionCode;
77 virtual void throwDOMException(const ExceptionCode&, const String& message);
84 ExceptionCode code() const { return m_code; }
105 ExceptionCode m_code;
126 virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
135 virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE;
ExceptionStatePlaceholder.cpp 43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&)
ExceptionState.cpp 36 #include "core/dom/ExceptionCode.h"
46 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
98 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
119 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.cpp 10 #include "core/dom/ExceptionCode.h"
34 ExceptionCode code = 0;
57 ExceptionCode code = 0;
  /external/chromium_org/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextGroup.h 44 typedef int ExceptionCode;
  /external/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Navigator.h 43 typedef int ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 39 typedef int ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.h 35 #include "core/dom/ExceptionCode.h"
44 ExceptionCode webCryptoErrorToExceptionCode(blink::WebCryptoErrorType);
  /external/chromium_org/base/win/
wrapped_window_proc_unittest.cc 43 if (info->ExceptionRecord->ExceptionCode == kExceptionCode)
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 266 static StringRef ExceptionCodeToString(DWORD ExceptionCode) {
267 switch(ExceptionCode) {
516 Exception.ExceptionRecord.ExceptionCode)
517 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
527 Exception.ExceptionRecord.ExceptionCode)
528 << " (" << Exception.ExceptionRecord.ExceptionCode
  /external/chromium_org/components/breakpad/app/
hard_error_handler_win.cc 100 long exception = ex_info->ExceptionRecord->ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 35 #include "core/dom/ExceptionCode.h"
53 ExceptionCode errorCodeToExceptionCode(FileError::ErrorCode code)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h 51 typedef int ExceptionCode;

Completed in 592 milliseconds

1 2 3