Home
last modified time | relevance | path

Searched refs:urgent_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dsystem_notification.cc34 urgent_(false) { in SystemNotification()
47 urgent_(false) { in SystemNotification()
69 if (urgent && !urgent_) { in Show()
81 urgent_ = urgent; in Show()
88 urgent_ = false; in Hide()
Dsystem_notification.h62 bool urgent() const { return urgent_; } in urgent()
88 bool urgent_; variable
/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.h85 bool urgent() { return urgent_; } in urgent()
173 bool urgent_; variable
Dpanel_controller.cc135 urgent_(false) { in PanelController()
188 if (urgent == urgent_) in SetUrgent()
194 urgent_ = urgent; in SetUrgent()