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

  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 92 found->second->notification_may_be_active) {
93 found->second->notification_may_be_active = false;
101 device_context->notification_may_be_active = false;
148 DCHECK(!device->notification_may_be_active);
149 device->notification_may_be_active = true;
162 device->notification_may_be_active = false;
173 if (device->notification_may_be_active) {
174 device->notification_may_be_active = false;
privet_notifications.h 68 bool notification_may_be_active; member in struct:local_discovery::PrivetNotificationsListener::DeviceContext

Completed in 96 milliseconds