OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNotifierEnabled
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.h
59
virtual void
SetNotifierEnabled
(const message_center::Notifier& notifier,
desktop_notification_service.h
162
void
SetNotifierEnabled
(const message_center::NotifierId& notifier_id,
message_center_notification_manager.cc
250
service->
SetNotifierEnabled
(notifier_id, false);
271
service->
SetNotifierEnabled
(notifier_id, false);
message_center_settings_controller.cc
284
void MessageCenterSettingsController::
SetNotifierEnabled
(
324
notification_service->
SetNotifierEnabled
(notifier.notifier_id, enabled);
desktop_notification_service.cc
581
void DesktopNotificationService::
SetNotifierEnabled
(
670
SetNotifierEnabled
(notifier_id, true);
/external/chromium_org/ui/message_center/
fake_notifier_settings_provider.h
30
virtual void
SetNotifierEnabled
(const Notifier& notifier,
fake_notifier_settings_provider.cc
70
void FakeNotifierSettingsProvider::
SetNotifierEnabled
(const Notifier& notifier,
notifier_settings.h
162
virtual void
SetNotifierEnabled
(const Notifier& notifier, bool enabled) = 0;
/external/chromium_org/ui/message_center/views/
notifier_settings_view.cc
517
provider_->
SetNotifierEnabled
((*iter)->notifier(), (*iter)->checked());
Completed in 355 milliseconds