Home
last modified time | relevance | path

Searched refs:RunMethod (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/dbus/
Dexported_object.cc228 base::BindOnce(&ExportedObject::RunMethod, this, iter->second, in HandleMessage()
245 void ExportedObject::RunMethod(MethodCallCallback method_call_callback, in RunMethod() function in dbus::ExportedObject
Dexported_object.h142 void RunMethod(MethodCallCallback method_call_callback,
Dobject_proxy.cc550 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
Dobject_proxy.h284 void RunMethod(base::TimeTicks start_time,
/external/pdfium/fxjs/xfa/
Dcjx_object.h73 CJS_Return RunMethod(const WideString& func,
Dcjx_object.cpp170 CJS_Return CJX_Object::RunMethod( in RunMethod() function in CJX_Object
/external/pdfium/fxjs/
Dcfxjse_engine.cpp415 return pObject->JSObject()->RunMethod(functionName, parameters); in NormalMethodCall()