HomeSort by relevance Sort by last modified time
    Searched refs:urgent_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 34 urgent_(false) {
47 urgent_(false) {
69 if (urgent && !urgent_) {
81 urgent_ = urgent;
88 urgent_ = false;
system_notification.h 62 bool urgent() const { return urgent_; }
88 bool urgent_; member in class:chromeos::SystemNotification
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 85 bool urgent() { return urgent_; }
173 bool urgent_; member in class:chromeos::PanelController
panel_controller.cc 135 urgent_(false) {
188 if (urgent == urgent_)
194 urgent_ = urgent;

Completed in 180 milliseconds