OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devices_active_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc
72
Delegate* delegate) : delegate_(delegate),
devices_active_
(0) {
145
devices_active_
++;
146
delegate_->PrivetNotify(
devices_active_
> 1, true);
173
devices_active_
= 0;
178
devices_active_
--;
179
if (
devices_active_
== 0) {
182
delegate_->PrivetNotify(
devices_active_
> 1, true);
privet_notifications.h
88
int
devices_active_
;
member in class:local_discovery::PrivetNotificationsListener
Completed in 32 milliseconds