Searched defs:shown_as_popup (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification.h71 // Copies the internal on-memory state from |base|, i.e. shown_as_popup,
148 bool shown_as_popup() const { return shown_as_popup_; } function in class:message_center::Notification
149 void set_shown_as_popup(bool shown_as_popup) { argument
150 shown_as_popup_ = shown_as_popup;

Completed in 48 milliseconds