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 69 shown_as_popup_(false),
84 shown_as_popup_(other.shown_as_popup_),
99 shown_as_popup_ = other.shown_as_popup_;
114 shown_as_popup_ = base->shown_as_popup();
notification.h 145 bool shown_as_popup() const { return shown_as_popup_; }
147 shown_as_popup_ = shown_as_popup;
222 bool shown_as_popup_; // True if this has been shown as a popup. member in class:message_center::Notification

Completed in 22 milliseconds