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

  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 77 : delegate_(delegate), devices_active_(0) {
150 devices_active_++;
151 delegate_->PrivetNotify(devices_active_ > 1, true);
178 devices_active_ = 0;
183 devices_active_--;
184 if (devices_active_ == 0) {
187 delegate_->PrivetNotify(devices_active_ > 1, false);
privet_notifications.h 88 int devices_active_; member in class:local_discovery::PrivetNotificationsListener

Completed in 625 milliseconds