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 26 // The ChromeNotifierService holds notifications which represent the state of
29 class ChromeNotifierService : public syncer::SyncableService,
32 ChromeNotifierService(Profile* profile, NotificationUIManager* manager);
33 virtual ~ChromeNotifierService();
59 // Get a pointer to a notification. ChromeNotifierService owns this pointer.
116 DISALLOW_COPY_AND_ASSIGN(ChromeNotifierService);
chrome_notifier_service.cc 5 // The ChromeNotifierService works together with sync to maintain the state of
42 bool ChromeNotifierService::avoid_bitmap_fetching_for_test_ = false;
44 ChromeNotifierService::ChromeNotifierService(Profile* profile,
48 ChromeNotifierService::~ChromeNotifierService() {}
51 void ChromeNotifierService::Shutdown() {}
57 syncer::SyncMergeResult ChromeNotifierService::MergeDataAndStartSyncing(
144 void ChromeNotifierService::StopSyncing(syncer::ModelType type) {
149 syncer::SyncDataList ChromeNotifierService::GetAllSyncData
    [all...]

Completed in 1744 milliseconds