Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/
Dnotification_list_unittest.cc166 notification_list()->SetMessageCenterVisible(true, NULL); in TEST_F()
346 notification_list()->SetMessageCenterVisible(true, NULL); in TEST_F()
347 notification_list()->SetMessageCenterVisible(false, NULL); in TEST_F()
405 notification_list()->SetMessageCenterVisible(true, NULL); in TEST_F()
406 notification_list()->SetMessageCenterVisible(false, NULL); in TEST_F()
Dnotification_list.h62 void SetMessageCenterVisible(bool visible,
Dnotification_list.cc64 void NotificationList::SetMessageCenterVisible( in SetMessageCenterVisible() function in message_center::NotificationList
Dmessage_center_impl.cc499 notification_list_->SetMessageCenterVisible( in SetVisibility()