HomeSort by relevance Sort by last modified time
    Searched defs:urgent (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/
low_battery_observer.cc 42 // The urgent flag is used to re-notify the user if the power level
45 bool urgent = !line_power && local
46 (notification_.urgent() || remaining_minutes <= critical);
64 Show(remaining, urgent);
68 Show(remaining, urgent);
73 void LowBatteryObserver::Show(base::TimeDelta remaining, bool urgent) {
75 TimeFormat::TimeRemaining(remaining)), urgent, true); local
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.h 45 // on a transition to urgent, the notification will be shown if it was
47 void Show(const string16& message, bool urgent, bool sticky);
52 MessageCallback* callback, bool urgent, bool sticky);
61 // Current urgent state for this notification.
62 bool urgent() const { return urgent_; } function in class:chromeos::SystemNotification
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 80 void SetUrgent(bool urgent);
85 bool urgent() { return urgent_; } function in class:chromeos::PanelController
172 // Urgent (highlight) state.
175 // Timestamp to prevent setting urgent immediately after clearing it.

Completed in 47 milliseconds