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

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

Completed in 81 milliseconds