Home
last modified time | relevance | path

Searched refs:notification_shown_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dnetwork_profile_bubble.cc74 bool NetworkProfileBubble::notification_shown_ = false; member in NetworkProfileBubble
80 return !notification_shown_; in ShouldCheckNetworkProfile()
86 return !notification_shown_; in ShouldCheckNetworkProfile()
156 notification_shown_ = shown; in SetNotificationShown()
Dnetwork_profile_bubble.h77 static bool notification_shown_; variable