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

  /external/chromium_org/dbus/
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);
bus.cc 1103 std::string old_owner; local
    [all...]

Completed in 30 milliseconds