Home
last modified time | relevance | path

Searched refs:set_shown_as_popup (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list.cc81 notification->set_shown_as_popup(true); in SetMessageCenterVisible()
108 new_notification->set_shown_as_popup(false); in UpdateNotificationMessage()
233 (*iter)->set_shown_as_popup(true); in MarkSinglePopupAsShown()
267 (*iter)->set_shown_as_popup(true); in SetQuietMode()
345 notification->set_shown_as_popup(message_center_visible_ in PushNotification()
Dnotification.h149 void set_shown_as_popup(bool shown_as_popup) { in set_shown_as_popup() function
Dnotification_list_unittest.cc725 notification->set_shown_as_popup(true); in TEST_F()
/external/chromium_org/chrome/browser/notifications/
Dextension_welcome_notification.cc281 message_center_notification->set_shown_as_popup(true); in ShowWelcomeNotification()