Searched defs:new_owner (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dprinter_query.cc50 PrintJobWorker* PrinterQuery::DetachWorker(PrintJobWorkerOwner* new_owner) { argument
54 worker_->SetNewOwner(new_owner);
H A Dprint_job_worker.cc109 void PrintJobWorker::SetNewOwner(PrintJobWorkerOwner* new_owner) { argument
111 owner_ = new_owner;
H A Dprint_job.cc106 PrintJobWorker* PrintJob::DetachWorker(PrintJobWorkerOwner* new_owner) { argument
/external/chromium_org/dbus/
H A Dsignal_sender_verification_unittest.cc129 const std::string& new_owner) {
130 latest_name_owner_ = new_owner;
127 OnNameOwnerChanged(bool* called_flag, const std::string& old_owner, const std::string& new_owner) argument
H A Dobject_manager.cc498 const std::string& new_owner) {
499 service_name_owner_ = new_owner;
526 if (!new_owner.empty())
497 NameOwnerChanged(const std::string& old_owner, const std::string& new_owner) argument
H A Dobject_proxy.cc665 std::string name, old_owner, new_owner; local
668 reader.PopString(&new_owner) &&
670 service_name_owner_ = new_owner;
674 this, old_owner, new_owner));
692 const std::string& new_owner) {
695 name_owner_changed_callback_.Run(old_owner, new_owner);
691 RunNameOwnerChangedCallback(const std::string& old_owner, const std::string& new_owner) argument
H A Dbus.cc1147 std::string new_owner; local
1150 !reader.PopString(&new_owner)) {
1162 base::Bind(callbacks[i], new_owner));
/external/chromium_org/chromeos/dbus/
H A Dcras_audio_client.cc243 const std::string& new_owner) {
242 NameOwnerChangedReceived(const std::string& old_owner, const std::string& new_owner) argument
H A Dpower_manager_client.cc349 const std::string& new_owner) {
353 << (new_owner.empty() ? "[none]" : new_owner.c_str()) << ")";
357 if (!new_owner.empty()) {
348 NameOwnerChangedReceived(const std::string& old_owner, const std::string& new_owner) argument
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.cc79 void WindowSlider::ChangeOwner(aura::Window* new_owner) { argument
82 owner_ = new_owner;
/external/chromium_org/mojo/shell/
H A Ddbus_application_loader_linux.cc113 const std::string& new_owner) {
118 if (new_owner.empty()) {
112 HandleNameOwnerChanged(const std::string& old_owner, const std::string& new_owner) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c62 const char *new_owner; local
71 DBUS_TYPE_STRING, &new_owner,
82 (new_owner == NULL || os_strlen(new_owner) == 0)) {

Completed in 222 milliseconds