Searched refs:methodName (Results 1 - 25 of 56) sorted by relevance

123

/external/webkit/WebKit/chromium/public/
H A DWebDevToolsMessageData.h42 WebString methodName; member in struct:WebKit::WebDevToolsMessageData
H A DWebBindings.h76 WEBKIT_API static bool hasMethod(NPP, NPObject*, NPIdentifier methodName);
91 WEBKIT_API static bool invoke(NPP, NPObject*, NPIdentifier methodName, const NPVariant* args, uint32_t count, NPVariant* result);
/external/proguard/src/proguard/obfuscate/
H A DMappingProcessor.java68 * @param methodName the original external method name.
76 String methodName,
72 processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
H A DMultiMappingProcessor.java81 String methodName,
91 methodName,
77 processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
H A DMappingKeeper.java142 String methodName,
152 Method method = clazz.findMethod(methodName, descriptor);
166 ": method '" + methodReturnType + " " + methodName + ClassConstants.EXTERNAL_METHOD_ARGUMENTS_OPEN + methodArguments + ClassConstants.EXTERNAL_METHOD_ARGUMENTS_CLOSE +
138 processMethodMapping(String className, int firstLineNumber, int lastLineNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) argument
/external/webkit/WebCore/inspector/front-end/
H A DInjectedScriptAccess.js48 InjectedScriptAccess._installHandler = function(methodName, async)
50 InjectedScriptAccess.prototype[methodName] = function()
61 WebInspector.console.addMessage(new WebInspector.ConsoleTextMessage("Error dispatching: " + methodName));
65 InspectorBackend.dispatchOnInjectedScript(callId, this._injectedScriptId, methodName, argsString, !!async);
/external/webkit/WebKit/chromium/src/js/
H A DInspectorControllerImpl.js249 devtools.InspectorBackendImpl.prototype.dispatchOnInjectedScript = function(callId, injectedScriptId, methodName, argsString, async)
254 RemoteToolsAgent.dispatchOnInjectedScript(callId, injectedScriptId, methodName, argsString, async);
260 * @param {string} methodName Method to install delegating handler for.
262 devtools.InspectorBackendImpl.prototype.installInspectorControllerDelegate_ = function(methodName)
264 this[methodName] = this.callInspectorController_.bind(this, methodName);
272 devtools.InspectorBackendImpl.prototype.callInspectorController_ = function(methodName, var_arg)
275 RemoteToolsAgent.dispatchOnInspectorController(WebInspector.Callback.wrap(function(){}), methodName, JSON.stringify(args));
H A DDevTools.js41 * @prama {string} methodName
44 devtools$$dispatch = function(remoteName, methodName, param1, param2, param3)
52 var method = agent[methodName];
54 debugPrint("No method '" + remoteName + "." + methodName + "' found.");
137 var methodName = args[0];
139 WebInspector[methodName].apply(WebInspector, parameters);
/external/easymock/src/org/easymock/internal/
H A DMethodSerializationWrapper.java43 private String methodName; field in class:MethodSerializationWrapper
49 methodName = m.getName();
77 Method m = clazz.getMethod(methodName, parameterTypes);
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java363 public static String fullMethodDescriptorToUserName (final String classJavaName, String methodName, final String methoddescriptor) argument
365 if ("<init>".equals (methodName))
366 methodName = simpleClassName (classJavaName);
367 if ("<clinit>".equals (methodName))
368 methodName = "<static class initializer>";
370 return methodName + ' ' + methodDescriptorToUserName (methoddescriptor);
374 public static String fullMethodDescriptorToFullUserName (final String classJavaName, String methodName, final String methoddescriptor) argument
376 if ("<init>".equals (methodName))
377 methodName = simpleClassName (classJavaName);
378 if ("<clinit>".equals (methodName))
[all...]
/external/webkit/WebCore/bridge/jni/v8/
H A DJavaNPObjectV8.h50 bool JavaNPObjectInvoke(NPObject*, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result);
H A DJavaInstanceV8.cpp70 bool JavaInstance::invokeMethod(const char* methodName, const NPVariant* args, int count, NPVariant* resultValue) argument
74 MethodList methodList = getClass()->methodsNamed(methodName);
/external/webkit/WebCore/inspector/
H A DInjectedScript.h51 void dispatch(long callId, const String& methodName, const String& arguments, bool async, RefPtr<SerializedScriptValue>* result, bool* hadException);
H A DInjectedScript.cpp47 void InjectedScript::dispatch(long callId, const String& methodName, const String& arguments, bool async, RefPtr<SerializedScriptValue>* result, bool* hadException) argument
51 function.appendArgument(methodName);
/external/webkit/WebCore/bindings/v8/
H A Dnpruntime_impl.h57 bool _NPN_Invoke(NPP, NPObject*, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result);
65 bool _NPN_HasMethod(NPP, NPObject*, NPIdentifier methodName);
/external/proguard/src/proguard/classfile/util/
H A DExternalTypeEnumeration.java102 public String methodName() method in class:ExternalTypeEnumeration
/external/webkit/WebCore/platform/graphics/wince/
H A DMediaPlayerProxy.h56 void invokeMethod(const String& methodName);
H A DMediaPlayerProxy.cpp123 void WebMediaPlayerProxy::invokeMethod(const String& methodName) argument
136 Identifier iden(exec, methodName);
/external/webkit/WebKit/chromium/src/
H A DDevToolsRPC.h243 if (methodName == #Method) { \
249 if (methodName == #Method) { \
255 if (methodName == #Method) { \
264 if (methodName == #Method) { \
274 if (methodName == #Method) { \
285 if (methodName == #Method) { \
347 String methodName = data.methodName; \
379 const String& methodName,
386 data.methodName
378 sendRpcMessage(const String& className, const String& methodName, const Vector<String>& args) argument
[all...]
/external/chromium/net/data/proxy_resolver_v8_unittest/
H A Dpac_library_unittest.js247 function createProxyMethod(methodName) {
249 return this.wrappedDate_[methodName]
255 var methodName = MockDate.methodNames_[i];
257 // crazy scoping rules mean |methodName| actually bleeds out of the loop!
258 MockDate.prototype[methodName] = createProxyMethod(methodName);
/external/webkit/WebCore/bridge/jni/
H A DJNIBridge.cpp71 jstring methodName = static_cast<jstring>(callJNIMethod<jobject>(aMethod, "getName", "()Ljava/lang/String;")); local
74 m_name = JavaString(env, methodName);
75 env->DeleteLocalRef(methodName);
H A DJNIUtility.h229 T callJNIMethod(jobject obj, const char* methodName, const char* methodSignature, ...) argument
234 T result = callJNIMethodV<T>(obj, methodName, methodSignature, args);
242 T callJNIStaticMethod(jclass cls, const char* methodName, const char* methodSignature, ...) argument
253 jmethodID mid = env->GetStaticMethodID(cls, methodName, methodSignature);
257 fprintf(stderr, "%s: Could not find method: %s for %p\n", __PRETTY_FUNCTION__, methodName, cls);
H A Djni_jsobject.h82 jobject call(jstring methodName, jobjectArray args) const;
117 jobject KJS_JSObject_JSObjectCall(JNIEnv*, jclass, jlong nativeJSObject, jstring jurl, jstring methodName, jobjectArray args, jboolean ctx);
/external/webkit/WebCore/bridge/
H A Dnpruntime_impl.h48 extern bool _NPN_Invoke(NPP, NPObject*, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result);
/external/webkit/WebCore/bridge/objc/
H A Dobjc_class.mm90 RetainPtr<CFStringRef> methodName(AdoptCF, CFStringCreateWithCString(NULL, buffer, kCFStringEncodingASCII));
91 Method* method = (Method*)CFDictionaryGetValue(_methods.get(), methodName.get());
130 if ((mappedName && [mappedName isEqual:(NSString*)methodName.get()]) || strcmp(objcMethodSelectorName, buffer) == 0) {
132 CFDictionaryAddValue(_methods.get(), methodName.get(), aMethod);

Completed in 1281 milliseconds

123