Home
last modified time | relevance | path

Searched refs:CreateNotificationMenuModel (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/message_center/
Dmessage_center_tray_unittest.cc277 message_center_tray_->CreateNotificationMenuModel( in TEST_F()
303 model = message_center_tray_->CreateNotificationMenuModel( in TEST_F()
Dmessage_center_tray.h64 scoped_ptr<ui::MenuModel> CreateNotificationMenuModel(
Dmessage_center_tray.cc199 scoped_ptr<ui::MenuModel> MessageCenterTray::CreateNotificationMenuModel( in CreateNotificationMenuModel() function in message_center::MessageCenterTray
/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection.cc104 return tray_->CreateNotificationMenuModel(notifier_id, display_source); in CreateMenuModel()
Dmessage_center_view.cc912 return tray_->CreateNotificationMenuModel(notifier_id, display_source); in CreateMenuModel()