Searched refs:ChromeNotifierService (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service.cc5 // The ChromeNotifierService works together with sync to maintain the state of
19 ChromeNotifierService::ChromeNotifierService(Profile* profile) function in class:notifier::ChromeNotifierService
23 base::Bind(&ChromeNotifierService::FireSyncJSEvent,
25 base::Bind(&ChromeNotifierService::NotifyRefreshNeeded,
29 ChromeNotifierService::~ChromeNotifierService() {
33 void ChromeNotifierService::Shutdown() {}
35 SyncedNotificationsShim* ChromeNotifierService::GetSyncedNotificationsShim() {
39 void ChromeNotifierService
[all...]
H A Dchrome_notifier_service_factory.cc13 ChromeNotifierService* ChromeNotifierServiceFactory::GetForProfile(
15 return static_cast<ChromeNotifierService*>(
27 "ChromeNotifierService",
36 ChromeNotifierService* chrome_notifier_service =
37 new ChromeNotifierService(static_cast<Profile*>(profile));
H A Dchrome_notifier_service.h20 // The ChromeNotifierService acts as the bridge between sync and the JS
24 class ChromeNotifierService : public KeyedService { class in namespace:notifier
26 explicit ChromeNotifierService(Profile* profile);
27 virtual ~ChromeNotifierService();
50 base::WeakPtrFactory<ChromeNotifierService> weak_ptr_factory_;
52 DISALLOW_COPY_AND_ASSIGN(ChromeNotifierService);
H A Dchrome_notifier_service_factory.h18 class ChromeNotifierService;
22 static ChromeNotifierService* GetForProfile(
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.cc35 notifier::ChromeNotifierService* notifier_service =
71 notifier::ChromeNotifierService* notifier_service =
104 notifier::ChromeNotifierService* notifier_service =

Completed in 81 milliseconds