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

  /external/chromium/chrome/browser/sync/notifier/
sync_notifier.h 9 // 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 {
35 SyncNotifier() {}
36 virtual ~SyncNotifier() {}
sync_notifier_factory.h 20 class SyncNotifier;
22 // Class to instantiate various implementations of the SyncNotifier interface.
32 SyncNotifier* CreateSyncNotifier(
non_blocking_invalidation_notifier.h 5 // An implementation of SyncNotifier that wraps InvalidationNotifier
25 class NonBlockingInvalidationNotifier : public SyncNotifier {
33 // SyncNotifier implementation.
p2p_notifier.h 32 : public SyncNotifier,
39 // SyncNotifier implementation
sync_notifier_factory.cc 45 SyncNotifier* CreateDefaultSyncNotifier(
104 SyncNotifier* SyncNotifierFactory::CreateSyncNotifier(
invalidation_notifier.h 5 // An implementation of SyncNotifier that wraps an invalidation
34 : public SyncNotifier,
45 // SyncNotifier implementation.
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 93 // Needed by the SyncNotifier implementations.
98 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier(
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 41 class SyncNotifier;
506 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier_;
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 71 class SyncNotifier;
    [all...]
syncapi.cc     [all...]
syncapi_unittest.cc 628 class SyncNotifierMock : public sync_notifier::SyncNotifier {
    [all...]

Completed in 460 milliseconds