OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callingURL
(Results
1 - 4
of
4
) sorted by null
/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);
JavaInstanceJSC.cpp
197
const char *
callingURL
= 0; // FIXME, need to propagate calling URL to Java
199
handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->returnType(), methodId, jArgs.data(), result,
callingURL
, exceptionDescription);
/external/webkit/Source/WebCore/bridge/jni/
jni_objc.mm
45
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/
WebJavaPlugIn.h
61
@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 55 milliseconds