Home
last modified time | relevance | path

Searched refs:devices_active_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_notifications.cc77 : delegate_(delegate), devices_active_(0) { in PrivetNotificationsListener()
150 devices_active_++; in OnPrivetInfoDone()
151 delegate_->PrivetNotify(devices_active_ > 1, true); in OnPrivetInfoDone()
178 devices_active_ = 0; in DeviceCacheFlushed()
183 devices_active_--; in NotifyDeviceRemoved()
184 if (devices_active_ == 0) { in NotifyDeviceRemoved()
187 delegate_->PrivetNotify(devices_active_ > 1, false); in NotifyDeviceRemoved()
Dprivet_notifications.h88 int devices_active_; variable