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

  /external/chromium_org/ui/message_center/
notification.cc 62 shown_as_popup_(false),
77 shown_as_popup_(other.shown_as_popup_),
92 shown_as_popup_ = other.shown_as_popup_;
103 shown_as_popup_ = base->shown_as_popup();
notification.h 129 bool shown_as_popup() const { return shown_as_popup_; }
131 shown_as_popup_ = shown_as_popup;
189 bool shown_as_popup_; // True if this has been shown as a popup. member in class:message_center::Notification

Completed in 2012 milliseconds