Searched refs:RunMethod (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/dbus/ |
D | exported_object.cc | 228 base::BindOnce(&ExportedObject::RunMethod, this, iter->second, in HandleMessage() 245 void ExportedObject::RunMethod(MethodCallCallback method_call_callback, in RunMethod() function in dbus::ExportedObject
|
D | exported_object.h | 142 void RunMethod(MethodCallCallback method_call_callback,
|
D | object_proxy.cc | 550 base::Bind(&ObjectProxy::RunMethod, in HandleMessage() 560 RunMethod(start_time, iter->second, released_signal); in HandleMessage() 568 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod() function in dbus::ObjectProxy
|
D | object_proxy.h | 284 void RunMethod(base::TimeTicks start_time,
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 73 CJS_Return RunMethod(const WideString& func,
|
D | cjx_object.cpp | 170 CJS_Return CJX_Object::RunMethod( in RunMethod() function in CJX_Object
|
/external/pdfium/fxjs/ |
D | cfxjse_engine.cpp | 415 return pObject->JSObject()->RunMethod(functionName, parameters); in NormalMethodCall()
|