Home
last modified time | relevance | path

Searched refs:shown_as_popup_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification.cc69 shown_as_popup_(false), in Notification()
83 shown_as_popup_(other.shown_as_popup_), in Notification()
97 shown_as_popup_ = other.shown_as_popup_; in operator =()
111 shown_as_popup_ = base->shown_as_popup(); in CopyState()
Dnotification.h148 bool shown_as_popup() const { return shown_as_popup_; } in shown_as_popup()
150 shown_as_popup_ = shown_as_popup; in set_shown_as_popup()
223 bool shown_as_popup_; // True if this has been shown as a popup. variable