Home
last modified time | relevance | path

Searched refs:callingURL (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/
Djni_objc.mm45 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/
DJNIUtilityPrivate.h45 …aType returnType, jmethodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& except…
DJavaInstanceJSC.cpp197 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/
DWebJavaPlugIn.h82 callingURL:(NSURL *)url
/external/webkit/Source/WebCore/platform/android/
DTemporaryLinkStubs.cpp400 …jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescri… in dispatchJNICall() argument