Searched refs:callingURL (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.h45 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject, bool isStatic, JavaType returnType, jmethodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription);
H A DJavaInstanceJSC.cpp197 const char *callingURL = 0; // FIXME, need to propagate calling URL to Java local
199 handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->returnType(), methodId, jArgs.data(), result, callingURL, exceptionDescription);
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_objc.mm45 callingURL:(NSURL *)url
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];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebJavaPlugIn.h61 @method webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription:
67 @param callingURL The URL of the page that contains the JavaScript that is calling Java.
73 the call. webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription: must
82 callingURL:(NSURL *)url

Completed in 71 milliseconds