Home | History | Annotate | Download | only in browser

Lines Matching refs:bus_

123   scoped_refptr<dbus::Bus> bus_;
180 DCHECK(!bus_.get()); // ApplyBlock() should only be called once.
185 bus_ = new dbus::Bus(options);
196 object_proxy = bus_->GetObjectProxy(
226 object_proxy = bus_->GetObjectProxy(
260 DCHECK(bus_.get()); // RemoveBlock() should only be called once.
270 object_proxy = bus_->GetObjectProxy(
277 object_proxy = bus_->GetObjectProxy(
295 bus_->ShutdownAndBlock();
296 bus_ = NULL;