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

  /external/libchrome/dbus/
exported_object.cc 241 // time from OnMethodCompleted() asynchronously.
263 FROM_HERE, base::BindOnce(&ExportedObject::OnMethodCompleted, this,
267 OnMethodCompleted(std::move(method_call), std::move(response), start_time);
271 void ExportedObject::OnMethodCompleted(std::unique_ptr<MethodCall> method_call,
exported_object.h 155 void OnMethodCompleted(std::unique_ptr<MethodCall> method_call,

Completed in 96 milliseconds