Searched refs:notification_shown_ (Results 1 – 2 of 2) sorted by relevance
74 bool NetworkProfileBubble::notification_shown_ = false; member in NetworkProfileBubble80 return !notification_shown_; in ShouldCheckNetworkProfile()86 return !notification_shown_; in ShouldCheckNetworkProfile()156 notification_shown_ = shown; in SetNotificationShown()
77 static bool notification_shown_; variable