HomeSort by relevance Sort by last modified time
    Searched defs:ExceptionCode (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextGroup.h 44 typedef int 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/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;
  /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);
ExceptionCode.h 28 typedef int ExceptionCode;
Document.h 178 typedef int ExceptionCode;
780 // is invalid. It also sets ExceptionCode when name is invalid.
    [all...]
  /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;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.h 51 typedef int ExceptionCode;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 54 typedef int ExceptionCode;
216 void handleRequestError(ExceptionCode, const AtomicString&, long long, long long);
264 ExceptionCode m_exceptionCode;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 155 /* CHANGER_ELEMENT_STATUS(_EX).ExceptionCode constants */
252 ULONG ExceptionCode;
264 ULONG ExceptionCode;
dbgeng.h     [all...]
winioctl.h     [all...]
winnt.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 779 NTSTATUS ExceptionCode;
788 NTSTATUS ExceptionCode;
797 NTSTATUS ExceptionCode;
    [all...]

Completed in 729 milliseconds