HomeSort by relevance Sort by last modified time
    Searched refs:notification_service (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 32 #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/
ephemeral_app_browsertest.cc 701 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(
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_system_impl.cc 638 DesktopNotificationService* notification_service = local
641 !notification_service->IsNotifierEnabled(notifier_id);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 1823 DesktopNotificationService* notification_service = local
    [all...]

Completed in 325 milliseconds