Searched refs:old_owner (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/dbus/
H A Dobject_proxy.h79 const std::string& old_owner,
290 void RunNameOwnerChangedCallback(const std::string& old_owner,
H A Dobject_proxy.cc665 std::string name, old_owner, new_owner; local
667 reader.PopString(&old_owner) &&
674 this, old_owner, new_owner));
691 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner, argument
695 name_owner_changed_callback_.Run(old_owner, new_owner);
H A Dobject_manager.h312 // |old_owner| is not the empty string and/or re-requests the set of managed
314 void NameOwnerChanged(const std::string& old_owner,
H A Dobject_manager.cc497 void ObjectManager::NameOwnerChanged(const std::string& old_owner, argument
501 if (!old_owner.empty()) {
H A Dsignal_sender_verification_unittest.cc128 const std::string& old_owner,
127 OnNameOwnerChanged(bool* called_flag, const std::string& old_owner, const std::string& new_owner) argument
H A Dbus.cc1146 std::string old_owner; local
1149 !reader.PopString(&old_owner) ||
/external/chromium_org/mojo/shell/
H A Ddbus_application_loader_linux.cc112 void HandleNameOwnerChanged(const std::string& old_owner, argument
/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.cc348 void NameOwnerChangedReceived(const std::string& old_owner, argument
351 << (old_owner.empty() ? "[none]" : old_owner.c_str())
H A Dcras_audio_client.cc242 void NameOwnerChangedReceived(const std::string& old_owner, argument

Completed in 6055 milliseconds