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

  /external/chromium_org/dbus/
object_proxy.h 77 const std::string& old_owner,
278 void RunNameOwnerChangedCallback(const std::string& old_owner,
object_proxy.cc 658 std::string name, old_owner, new_owner; local
660 reader.PopString(&old_owner) &&
667 this, old_owner, new_owner));
684 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner,
688 name_owner_changed_callback_.Run(old_owner, new_owner);
signal_sender_verification_unittest.cc 124 const std::string& old_owner,
bus.cc 1103 std::string old_owner; local
    [all...]
  /external/chromium_org/chromeos/dbus/
power_manager_client.cc 325 void NameOwnerChangedReceived(const std::string& old_owner,
328 << (old_owner.empty() ? "[none]" : old_owner.c_str())
cras_audio_client.cc 200 void NameOwnerChangedReceived(const std::string& old_owner,

Completed in 479 milliseconds