Searched defs:ExceptionCode (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextGroup.h44 typedef int ExceptionCode; typedef in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) argument
H A DExceptionStatePlaceholder.h43 typedef int ExceptionCode; typedef in namespace:WebCore
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.h42 typedef int ExceptionCode; typedef in namespace:WebCore
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/frame/
H A DNavigator.h43 typedef int ExceptionCode; typedef in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DClassList.h39 typedef int ExceptionCode; typedef in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMException.h40 typedef int ExceptionCode; typedef in namespace:WebCore
44 static PassRefPtrWillBeRawPtr<DOMException> create(ExceptionCode, const String& sanitizedMessage = String(), const String& unsanitizedMessage = String());
57 static String getErrorName(ExceptionCode);
58 static String getErrorMessage(ExceptionCode);
H A DExceptionCode.h28 typedef int ExceptionCode; typedef in namespace:WebCore
H A DDocument.h178 typedef int ExceptionCode; typedef in namespace:WebCore
780 // is invalid. It also sets ExceptionCode when name is invalid.
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageErrorCallback.h42 typedef int ExceptionCode; typedef in namespace:WebCore
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/
H A DDatabaseManager.h51 typedef int ExceptionCode; typedef in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h54 typedef int ExceptionCode; typedef in namespace:WebCore
216 void handleRequestError(ExceptionCode, const AtomicString&, long long, long long);
264 ExceptionCode m_exceptionCode;
/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/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

Completed in 472 milliseconds