HomeSort by relevance Sort by last modified time
    Searched refs:OnMethodCompleted (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/dbus/
exported_object.h 144 void OnMethodCompleted(scoped_ptr<MethodCall> method_call,
exported_object.cc 235 // time from OnMethodCompleted() asynchronously.
258 base::Bind(&ExportedObject::OnMethodCompleted,
264 OnMethodCompleted(method_call.Pass(), response.Pass(), start_time);
268 void ExportedObject::OnMethodCompleted(scoped_ptr<MethodCall> method_call,

Completed in 34 milliseconds