Searched refs:notification_may_be_active (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc92 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;
H A Dprivet_notifications.h68 bool notification_may_be_active; member in struct:local_discovery::PrivetNotificationsListener::DeviceContext

Completed in 511 milliseconds