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

  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 29 #include "content/public/browser/notification_service.h"
173 DesktopNotificationService* notification_service =
204 notification_service->IsNotifierEnabled(notifier_id)));
224 notification_service->GetNotificationsSettings(&settings);
244 notification_service->IsNotifierEnabled(notifier_id)));
269 notification_service->IsNotifierEnabled(screenshot_notifier_id));
290 DesktopNotificationService* notification_service = local
298 notification_service->GetDefaultContentSetting(NULL);
306 notification_service->GrantPermission(notifier.notifier_id.url);
308 notification_service->DenyPermission(notifier.notifier_id.url)
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 356 DesktopNotificationService* notification_service = local
364 notification_service->SetDefaultContentSetting(CONTENT_SETTING_BLOCK);
365 notification_service->GrantPermission(GURL("http://foo.de"));
415 notification_service->GetDefaultContentSetting(NULL));
417 notification_service->GetContentSetting(GURL("http://foo.de")));
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 258 DesktopNotificationService* notification_service; member in struct:ProfileIOData::ProfileParams
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 1843 DesktopNotificationService* notification_service = local
1890 DesktopNotificationService* notification_service = local
    [all...]

Completed in 237 milliseconds