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

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageErrorCallback.h 42 typedef int ExceptionCode;
51 static PassOwnPtr<CallbackTask> create(PassRefPtr<StorageErrorCallback> callback, ExceptionCode ec)
59 CallbackTask(PassRefPtr<StorageErrorCallback>, ExceptionCode);
62 ExceptionCode m_ec;
StorageErrorCallback.cpp 39 StorageErrorCallback::CallbackTask::CallbackTask(PassRefPtr<StorageErrorCallback> callback, ExceptionCode ec)
WebStorageQuotaCallbacksImpl.cpp 35 #include "core/dom/ExceptionCode.h"
73 m_errorCallback->handleEvent(DOMError::create(static_cast<ExceptionCode>(error)).get());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.h 39 typedef int ExceptionCode;
43 static PassRefPtr<DOMException> create(ExceptionCode, const String& message = String());
51 static String getErrorName(ExceptionCode);
52 static String getErrorMessage(ExceptionCode);
53 static unsigned short getLegacyErrorCode(ExceptionCode);
DOMException.cpp 32 #include "ExceptionCode.h"
81 static const CoreException* getErrorEntry(ExceptionCode ec)
98 PassRefPtr<DOMException> DOMException::create(ExceptionCode ec, const String& message)
112 String DOMException::getErrorName(ExceptionCode ec)
122 String DOMException::getErrorMessage(ExceptionCode ec)
132 unsigned short DOMException::getLegacyErrorCode(ExceptionCode ec)
DOMError.h 31 #include "core/dom/ExceptionCode.h"
49 static PassRefPtr<DOMError> create(ExceptionCode ec)
54 static PassRefPtr<DOMError> create(ExceptionCode ec, const String& message)
ExceptionCode.h 28 typedef int ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h 42 typedef int ExceptionCode;
51 virtual void throwDOMException(const ExceptionCode&, const String& message = String());
57 ExceptionCode code() { return m_code; }
72 ExceptionCode m_code;
84 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL;
ExceptionStatePlaceholder.h 42 typedef int ExceptionCode;
48 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL { };
64 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL;
ExceptionStatePlaceholder.cpp 43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&)
ExceptionState.cpp 35 #include "core/dom/ExceptionCode.h"
45 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
71 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
KeyOperation.h 51 typedef int ExceptionCode;
82 ExceptionCode m_initializationError;
CryptoOperation.h 48 typedef int ExceptionCode;
119 ExceptionCode m_initializationError;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
BlobBuilder.h 45 typedef int ExceptionCode;
FileError.cpp 35 #include "core/dom/ExceptionCode.h"
56 ExceptionCode ec;
  /external/chromium/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /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 41 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/page/
Navigator.h 39 typedef int ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h 49 typedef int ExceptionCode;
73 static ExceptionCode exceptionCodeForDatabaseError(DatabaseError);
  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 39 typedef int ExceptionCode;
  /external/chromium/base/win/
wrapped_window_proc_unittest.cc 43 if (info->ExceptionRecord->ExceptionCode == kExceptionCode)
  /external/chromium_org/base/win/
wrapped_window_proc_unittest.cc 43 if (info->ExceptionRecord->ExceptionCode == kExceptionCode)

Completed in 354 milliseconds

1 2