Home
last modified time | relevance | path

Searched defs:callMethod (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
DRpcChannel.java66 void callMethod(Descriptors.MethodDescriptor method, in callMethod() method
DService.java84 void callMethod(Descriptors.MethodDescriptor method, in callMethod() method
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPMethod.cpp51 static EncodedJSValue JSC_HOST_CALL callMethod(ExecState* exec) in callMethod() function
DJSNPObject.cpp82 JSValue JSNPObject::callMethod(ExecState* exec, NPIdentifier methodName) in callMethod() function in WebKit::JSNPObject