Home
last modified time | relevance | path

Searched refs:GetNotifierList (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/message_center/
Dfake_notifier_settings_provider.h28 virtual void GetNotifierList(std::vector<Notifier*>* notifiers) OVERRIDE;
Dfake_notifier_settings_provider.cc66 void FakeNotifierSettingsProvider::GetNotifierList( in GetNotifierList() function in message_center::FakeNotifierSettingsProvider
Dnotifier_settings.h177 virtual void GetNotifierList(std::vector<Notifier*>* notifiers) = 0;
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_settings_controller.h70 virtual void GetNotifierList(
Dmessage_center_settings_controller.cc199 void MessageCenterSettingsController::GetNotifierList( in GetNotifierList() function in MessageCenterSettingsController
/external/chromium_org/ui/message_center/views/
Dnotifier_settings_view.cc501 provider_->GetNotifierList(&notifiers); in NotifierSettingsView()
531 provider_->GetNotifierList(&notifiers); in NotifierGroupChanged()
/external/chromium_org/chrome/browser/apps/
Dephemeral_app_browsertest.cc742 settings_provider->GetNotifierList(&notifiers); in IN_PROC_BROWSER_TEST_F()
751 settings_provider->GetNotifierList(&notifiers); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ui/message_center/cocoa/
Dsettings_controller.mm126 provider_->GetNotifierList(&notifiers_);