Searched defs:RunMethod (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/dbus/
H A Dexported_object.cc224 base::Bind(&ExportedObject::RunMethod,
244 void ExportedObject::RunMethod(MethodCallCallback method_call_callback, function in class:dbus::ExportedObject
H A Dobject_proxy.cc510 // Transfer the ownership of |signal| to RunMethod().
511 // |released_signal| will be deleted in RunMethod().
514 base::Bind(&ObjectProxy::RunMethod,
522 // current thread. Transfer the ownership of |signal| to RunMethod().
524 RunMethod(start_time, iter->second, released_signal);
532 void ObjectProxy::RunMethod(base::TimeTicks start_time, function in class:dbus::ObjectProxy

Completed in 66 milliseconds