Searched refs:SyncNotifier (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
H A Dsync_notifier.h9 // A SyncNotifier must be destroyed on the same thread it was created on,
12 // creation thread, then the methods thread must not exist when the SyncNotifier
15 // In particular, the SyncNotifier will be created on the UI thread, the syncer
16 // core thread will be created, the SyncNotifier will be used on that core
17 // thread, the syncer core thread will be destroyed, and then the SyncNotifier
33 class SyncNotifier { class in namespace:sync_notifier
35 SyncNotifier() {} function in class:sync_notifier::SyncNotifier
36 virtual ~SyncNotifier() {}
H A Dsync_notifier_factory.h20 class SyncNotifier;
22 // Class to instantiate various implementations of the SyncNotifier interface.
32 SyncNotifier* CreateSyncNotifier(
H A Dnon_blocking_invalidation_notifier.h5 // An implementation of SyncNotifier that wraps InvalidationNotifier
25 class NonBlockingInvalidationNotifier : public SyncNotifier {
33 // SyncNotifier implementation.
H A Dsync_notifier_factory.cc45 SyncNotifier* CreateDefaultSyncNotifier(
104 SyncNotifier* SyncNotifierFactory::CreateSyncNotifier(
H A Dinvalidation_notifier.h5 // An implementation of SyncNotifier that wraps an invalidation
34 : public SyncNotifier,
45 // SyncNotifier implementation.
H A Dp2p_notifier.h32 : public SyncNotifier,
39 // SyncNotifier implementation
/external/chromium/chrome/browser/sync/tools/
H A Dsync_listen_notifications.cc93 // Needed by the SyncNotifier implementations.
98 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier(
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h41 class SyncNotifier;
506 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier_;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h71 class SyncNotifier;
857 sync_notifier::SyncNotifier* sync_notifier,
H A Dsyncapi.cc1206 sync_notifier::SyncNotifier* sync_notifier,
1536 // The SyncNotifier which notifies us when updates need to be downloaded.
1537 sync_notifier::SyncNotifier* sync_notifier_;
1597 sync_notifier::SyncNotifier* sync_notifier,
1705 sync_notifier::SyncNotifier* sync_notifier,
H A Dsyncapi_unittest.cc628 class SyncNotifierMock : public sync_notifier::SyncNotifier {

Completed in 152 milliseconds