Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/notifications/
Ddesktop_notification_service.cc198 if (IsNotifierEnabled(notifier_id)) in DisplayNameForOriginInProcessId()
208 bool DesktopNotificationService::IsNotifierEnabled( in IsNotifierEnabled() function in DesktopNotificationService
293 if (IsNotifierEnabled(notifier_id)) in OnExtensionUninstalled()
Dmessage_center_settings_controller.cc239 notification_service->IsNotifierEnabled(notifier_id))); in GetNotifierList()
267 notification_service->IsNotifierEnabled(notifier_id))); in GetNotifierList()
289 notification_service->IsNotifierEnabled(screenshot_notifier_id)); in GetNotifierList()
Ddesktop_notification_service.h104 bool IsNotifierEnabled(const message_center::NotifierId& notifier_id);
/external/chromium_org/chrome/browser/apps/
Dephemeral_app_browsertest.cc707 EXPECT_TRUE(notification_service->IsNotifierEnabled(notifier_id)); in IN_PROC_BROWSER_TEST_F()
709 EXPECT_FALSE(notification_service->IsNotifierEnabled(notifier_id)); in IN_PROC_BROWSER_TEST_F()
720 EXPECT_FALSE(notification_service->IsNotifierEnabled( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/
Dextension_system_impl.cc641 !notification_service->IsNotifierEnabled(notifier_id); in RegisterExtensionWithRequestContexts()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc524 if (service->IsNotifierEnabled(message_center::NotifierId( in ShowNotification()
/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.cc450 return service->IsNotifierEnabled(message_center::NotifierId( in AreExtensionNotificationsAllowed()
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc1838 if (notification_service->IsNotifierEnabled(NotifierId( in RequestDesktopNotificationPermission()