Searched refs:exceptionMessage (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/win/ |
D | DOMEventsClasses.h | 54 /* [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 …]
|
D | DOMCoreClasses.h | 49 /* [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()
|
D | DOMCSSClasses.h | 51 /* [in] */ BSTR exceptionMessage, in throwException() argument 52 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
|
D | WebScriptObject.h | 44 /* [in] */ BSTR exceptionMessage,
|
D | DOMHTMLClasses.h | 53 /* [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/ |
D | TestFailure.java | 52 public String exceptionMessage() { in exceptionMessage() method in TestFailure
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | WebScriptObject.h | 229 + (BOOL)throwException:(NSString *)exceptionMessage;
|
D | WebScriptObject.mm | 268 + (BOOL)throwException:(NSString *)exceptionMessage 270 ObjcInstance::setGlobalException(exceptionMessage);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebScriptObject.idl | 69 + (BOOL)throwException:(NSString *)exceptionMessage; 71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);
|