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

  /external/chromium_org/ui/message_center/
notification_list.cc 76 bool was_popup = notification->shown_as_popup();
108 // change unread counts nor to update is_read/shown_as_popup states.
182 if (!(*iter)->shown_as_popup())
197 if ((*iter)->shown_as_popup())
228 if ((*iter)->shown_as_popup())
246 if ((*iter)->shown_as_popup())
346 || notification->shown_as_popup());
notification.h 71 // Copies the internal on-memory state from |base|, i.e. shown_as_popup,
145 bool shown_as_popup() const { return shown_as_popup_; } function in class:message_center::Notification
146 void set_shown_as_popup(bool shown_as_popup) {
147 shown_as_popup_ = shown_as_popup;
notification.cc 114 shown_as_popup_ = base->shown_as_popup();
notification_list_unittest.cc 611 EXPECT_FALSE(n1->shown_as_popup());
617 EXPECT_TRUE(n1->shown_as_popup());
635 EXPECT_TRUE(nr->shown_as_popup());
691 EXPECT_TRUE(GetNotification(id1)->shown_as_popup());
  /external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc 49 if (last_notification->shown_as_popup())

Completed in 233 milliseconds