Searched refs:RunMethod (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/dbus/
H A Dexported_object.h142 void RunMethod(MethodCallCallback method_call_callback,
H A Dexported_object.cc222 base::Bind(&ExportedObject::RunMethod,
242 void ExportedObject::RunMethod(MethodCallCallback method_call_callback, function in class:dbus::ExportedObject
H A Dobject_proxy.cc512 // Transfer the ownership of |signal| to RunMethod().
513 // |released_signal| will be deleted in RunMethod().
516 base::Bind(&ObjectProxy::RunMethod,
524 // current thread. Transfer the ownership of |signal| to RunMethod().
526 RunMethod(start_time, iter->second, released_signal);
534 void ObjectProxy::RunMethod(base::TimeTicks start_time, function in class:dbus::ObjectProxy
H A Dobject_proxy.h256 void RunMethod(base::TimeTicks start_time,

Completed in 98 milliseconds