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 78 bool was_popup = notification->shown_as_popup();
112 // 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())
347 || notification->shown_as_popup());
notification.h 71 // 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) {
150 shown_as_popup_ = shown_as_popup;
notification.cc 111 shown_as_popup_ = base->shown_as_popup();
notification_list_unittest.cc 651 EXPECT_FALSE(n1->shown_as_popup());
657 EXPECT_TRUE(n1->shown_as_popup());
675 EXPECT_TRUE(nr->shown_as_popup());
731 EXPECT_TRUE(GetNotification(id1)->shown_as_popup());
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification_unittest.cc 53 if (last_notification->shown_as_popup())

Completed in 1296 milliseconds