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

  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service_factory.cc 17 DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
20 return static_cast<DesktopNotificationService*>(
32 "DesktopNotificationService",
41 DesktopNotificationService* service =
42 new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
desktop_notification_service_factory.h 12 class DesktopNotificationService;
17 // the associated DesktopNotificationService.
21 // Returns the DesktopNotificationService that provides desktop notifications
23 static DesktopNotificationService* GetForProfile(Profile* profile);
desktop_notification_service.cc 79 DesktopNotificationService* notification_service,
98 DesktopNotificationService* notification_service_;
117 DesktopNotificationService* notification_service,
187 DesktopNotificationService* notification_service,
194 DesktopNotificationService* notification_service,
216 DesktopNotificationService* notification_service_;
230 DesktopNotificationService* notification_service,
241 DesktopNotificationService* notification_service,
302 // DesktopNotificationService -------------------------------------------------
305 void DesktopNotificationService::RegisterProfilePrefs
    [all...]
desktop_notification_service.h 49 // The DesktopNotificationService is an object, owned by the Profile,
51 class DesktopNotificationService : public KeyedService,
57 DesktopNotificationService(Profile* profile,
59 virtual ~DesktopNotificationService();
200 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationService);
desktop_notification_service_unittest.cc 26 DesktopNotificationService* service_;
notification.cc 33 content_url_ = GURL(DesktopNotificationService::CreateDataUrl(
notification_browsertest.cc 159 DesktopNotificationService* GetDesktopNotificationService();
179 DesktopNotificationService* service = GetDesktopNotificationService();
328 DesktopNotificationService* service = GetDesktopNotificationService();
357 DesktopNotificationService* NotificationsTest::GetDesktopNotificationService() {
message_center_settings_controller.cc 209 DesktopNotificationService* notification_service =
336 DesktopNotificationService* notification_service =
340 // WEB_PAGE notifier cannot handle in DesktopNotificationService
message_center_notification_manager.cc 457 DesktopNotificationService* desktop_service =
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
welcome_delegate.cc 87 DesktopNotificationService* notification_service =
welcome_delegate_unittest.cc 149 DesktopNotificationService* notification_service =
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 85 notification_id_ = DesktopNotificationService::AddIconNotification(
  /external/chromium_org/chrome/browser/extensions/
extension_system_impl.cc 520 DesktopNotificationService* notification_service =
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 411 DesktopNotificationService::RegisterProfilePrefs(registry);
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 432 DesktopNotificationService* notification_service =
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 179 DesktopNotificationService::AddIconNotification(
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 495 DesktopNotificationService* service =
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 524 DesktopNotificationService* const service =
  /external/chromium_org/chrome/test/base/
testing_profile.cc 170 return new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 488 DesktopNotificationService* notification_service =
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc     [all...]

Completed in 261 milliseconds