Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/win/
DDOMEventsClasses.h54 /* [in] */ BSTR exceptionMessage, in throwException() argument
55 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
105 /* [in] */ BSTR exceptionMessage, in throwException() argument
106 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
185 /* [in] */ BSTR exceptionMessage, in throwException() argument
186 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
294 /* [in] */ BSTR exceptionMessage, in throwException() argument
295 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
442 /* [in] */ BSTR exceptionMessage, in throwException() argument
443 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
[all …]
DDOMCoreClasses.h49 /* [in] */ BSTR exceptionMessage, in throwException() argument
50 …/* [retval][out] */ BOOL* result) { return WebScriptObject::throwException(exceptionMessage, resul… in throwException()
96 /* [in] */ BSTR exceptionMessage, in throwException() argument
97 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
262 /* [in] */ BSTR exceptionMessage, in throwException() argument
263 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
320 /* [in] */ BSTR exceptionMessage, in throwException() argument
321 … /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessage, result); } in throwException()
551 /* [in] */ BSTR exceptionMessage, in throwException() argument
552 … /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessage, result); } in throwException()
DDOMCSSClasses.h51 /* [in] */ BSTR exceptionMessage, in throwException() argument
52 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
DWebScriptObject.h44 /* [in] */ BSTR exceptionMessage,
DDOMHTMLClasses.h53 /* [in] */ BSTR exceptionMessage, in throwException() argument
54 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
111 /* [in] */ BSTR exceptionMessage, in throwException() argument
112 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
176 /* [in] */ BSTR exceptionMessage, in throwException() argument
177 …/* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); } in throwException()
450 /* [in] */ BSTR exceptionMessage, in throwException() argument
451 … /* [retval][out] */ BOOL *result) { return DOMElement::throwException(exceptionMessage, result); } in throwException()
709 /* [in] */ BSTR exceptionMessage, in throwException() argument
710 …/* [retval][out] */ BOOL *result) { return DOMHTMLElement::throwException(exceptionMessage, result… in throwException()
[all …]
/external/junit/src/junit/framework/
DTestFailure.java52 public String exceptionMessage() { in exceptionMessage() method in TestFailure
/external/webkit/Source/WebCore/bindings/objc/
DWebScriptObject.h229 + (BOOL)throwException:(NSString *)exceptionMessage;
DWebScriptObject.mm268 + (BOOL)throwException:(NSString *)exceptionMessage
270 ObjcInstance::setGlobalException(exceptionMessage);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScriptObject.idl69 + (BOOL)throwException:(NSString *)exceptionMessage;
71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);