Searched refs:notification_service (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc32 #include "content/public/browser/notification_service.h"
208 DesktopNotificationService* notification_service = local
239 notification_service->IsNotifierEnabled(notifier_id)));
267 notification_service->IsNotifierEnabled(notifier_id)));
289 notification_service->IsNotifierEnabled(screenshot_notifier_id));
310 DesktopNotificationService* notification_service = local
348 notification_service->SetNotifierEnabled(notifier.notifier_id, enabled);
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_browsertest.cc701 DesktopNotificationService* notification_service = local
703 ASSERT_TRUE(notification_service);
707 EXPECT_TRUE(notification_service->IsNotifierEnabled(notifier_id));
708 notification_service->SetNotifierEnabled(notifier_id, false);
709 EXPECT_FALSE(notification_service->IsNotifierEnabled(notifier_id));
720 EXPECT_FALSE(notification_service->IsNotifierEnabled(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_impl.cc638 DesktopNotificationService* notification_service = local
641 !notification_service->IsNotifierEnabled(notifier_id);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc1823 DesktopNotificationService* notification_service = local
1838 if (notification_service->IsNotifierEnabled(NotifierId(
1862 notification_service->RequestNotificationPermission(

Completed in 685 milliseconds