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

/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/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;
/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/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 DExceptionCode.h28 typedef int ExceptionCode; typedef in namespace:blink
H A DDocument.h158 typedef int ExceptionCode; typedef in namespace:blink
759 // is invalid. It also sets ExceptionCode when name is invalid.
/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;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h56 typedef int ExceptionCode; typedef in namespace:blink
235 void handleRequestError(ExceptionCode, const AtomicString&, long long, long long);
277 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 313 milliseconds