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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 60 // The ChromeNotifierService holds notifications which represent the state of
63 class ChromeNotifierService : public syncer::SyncableService,
66 ChromeNotifierService(Profile* profile, NotificationUIManager* manager);
67 virtual ~ChromeNotifierService();
97 // Get a pointer to a notification. ChromeNotifierService owns this pointer.
230 base::WeakPtrFactory<ChromeNotifierService> weak_ptr_factory_;
244 DISALLOW_COPY_AND_ASSIGN(ChromeNotifierService);
chrome_notifier_service.cc 5 // The ChromeNotifierService works together with sync to maintain the state of
58 bool ChromeNotifierService::avoid_bitmap_fetching_for_test_ = false;
60 ChromeNotifierService::ChromeNotifierService(Profile* profile,
67 base::Bind(&ChromeNotifierService::FireSyncJSEvent,
82 ChromeNotifierService::~ChromeNotifierService() {
88 void ChromeNotifierService::Shutdown() {}
90 SyncedNotificationsShim* ChromeNotifierService::GetSyncedNotificationsShim() {
98 syncer::SyncMergeResult ChromeNotifierService::MergeDataAndStartSyncing
    [all...]

Completed in 34 milliseconds