Searched refs:callingURL (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/bridge/jni/ |
D | jni_objc.mm | 45 callingURL:(NSURL *)url 57 …ector:@selector(webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescrip… 66 …isStatic:isStatic returnType:returnType method:methodID arguments:args callingURL:nil exceptionDes…
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
D | JNIUtilityPrivate.h | 45 …aType returnType, jmethodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& except…
|
D | JavaInstanceJSC.cpp | 197 const char *callingURL = 0; // FIXME, need to propagate calling URL to Java in invokeMethod() local 199 …od->isStatic(), jMethod->returnType(), methodId, jArgs.data(), result, callingURL, exceptionDescri… in invokeMethod()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebJavaPlugIn.h | 82 callingURL:(NSURL *)url
|
/external/webkit/Source/WebCore/platform/android/ |
D | TemporaryLinkStubs.cpp | 400 …jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescri… in dispatchJNICall() argument
|