OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceptionDescription
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/bridge/jni/
jni_objc.mm
46
exceptionDescription
:(NSString **)exceptionString;
49
bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JavaType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue&
exceptionDescription
)
57
if ([view respondsToSelector:@selector(webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:
exceptionDescription
:)]) {
66
result = [view webPlugInCallJava:obj isStatic:isStatic returnType:returnType method:methodID arguments:args callingURL:nil
exceptionDescription
:&_exceptionDescription];
70
exceptionDescription
= convertNSStringToString(exec, _exceptionDescription);
/external/webkit/Source/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.h
45
bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject, bool isStatic, JavaType returnType, jmethodID, jvalue* args, jvalue& result, const char* callingURL, JSValue&
exceptionDescription
);
JavaFieldJSC.cpp
82
JSValue
exceptionDescription
;
86
dispatchJNICall(exec, rootObject->nativeHandle(), fieldJInstance, false, returnType, mid, args, result, 0,
exceptionDescription
);
87
if (
exceptionDescription
)
88
throwError(exec, createError(exec,
exceptionDescription
.toString(exec)));
167
JSValue
exceptionDescription
;
173
dispatchJNICall(exec, rootObject->nativeHandle(), fieldJInstance, false, JavaTypeVoid, mid, args, result, 0,
exceptionDescription
);
174
if (
exceptionDescription
)
175
throwError(exec, createError(exec,
exceptionDescription
.toString(exec)));
JavaInstanceJSC.cpp
196
JSValue
exceptionDescription
;
199
handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->returnType(), methodId, jArgs.data(), result, callingURL,
exceptionDescription
);
200
if (
exceptionDescription
) {
201
throwError(exec, createError(exec,
exceptionDescription
.toString(exec)));
/external/webkit/Source/WebKit/mac/Plugins/
WebJavaPlugIn.h
61
@method webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:
exceptionDescription
:
68
@param
exceptionDescription
Pass in nil or the address of pointer to a string object. If any exception
73
the call. webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:
exceptionDescription
: must
83
exceptionDescription
:(NSString **)exceptionString;
/external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp
400
jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue&
exceptionDescription
)
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 1590 milliseconds