Searched refs:Syncer (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dui_model_worker_unittest.cc42 class Syncer { class
44 explicit Syncer(UIModelWorker* worker) : worker_(worker) {} function in class:Syncer
45 ~Syncer() {}
54 DISALLOW_COPY_AND_ASSIGN(Syncer);
57 // A task run from the SyncerThread to "sync share", ie tell the Syncer to
61 FakeSyncShareTask(Syncer* syncer, UIModelWorkerVisitor* visitor)
68 Syncer* syncer_;
86 // syncer in RequestEarlyExit mode and waits until the Syncer finishes
114 syncer_.reset(new Syncer(bmw_.get()));
117 Syncer* synce
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.cc56 Syncer::Syncer() function in class:browser_sync::Syncer
61 Syncer::~Syncer() {}
63 bool Syncer::ExitRequested() {
68 void Syncer::RequestEarlyExit() {
74 void Syncer::SyncShare(sessions::SyncSession* session) {
90 void Syncer::SyncShare(sessions::SyncSession* session,
106 VLOG(1) << "Syncer Begin";
284 VLOG(1) << "Syncer En
[all...]
H A Dsyncer.h63 // A Syncer provides a control interface for driving the individual steps
69 // A Syncer instance expects to run on a dedicated thread. Calls
73 class Syncer { class in namespace:browser_sync
77 // The constructor may be called from a thread that is not the Syncer's
79 Syncer();
80 virtual ~Syncer();
136 DISALLOW_COPY_AND_ASSIGN(Syncer);
H A Dall_status.h23 class Syncer;
H A Dsyncer_types.h27 class Syncer;
91 // This is sent after the Syncer (and SyncerThread) have initiated self
H A Dsyncer_thread2_whitebox_unittest.cc20 using browser_sync::Syncer;
26 Syncer* syncer = new Syncer();
H A Dapply_updates_command_unittest.cc378 Syncer::UnsyncedMetaHandles handles;
423 Syncer::UnsyncedMetaHandles handles;
450 Syncer::UnsyncedMetaHandles handles;
472 Syncer::UnsyncedMetaHandles handles;
518 Syncer::UnsyncedMetaHandles handles;
547 Syncer::UnsyncedMetaHandles handles;
H A Dsyncer_thread.h45 SyncerThread(sessions::SyncSessionContext* context, Syncer* syncer);
207 // Invoke the Syncer to perform a sync.
210 // Called after the Syncer has performed the sync represented by |job|, to
327 scoped_ptr<Syncer> syncer_;
H A Dsyncer_thread.cc69 Syncer* syncer)
611 // broken response while trying to download all updates, because the Syncer
613 // but HasMoreToSync is false, this implies that the Syncer determined no
H A Dsyncapi.cc83 using browser_sync::Syncer;
1530 // client (the Syncer) and the sync server.
1533 // The thread that runs the Syncer. Needs to be explicitly Start()ed.
1558 // The instance is shared between the SyncManager and the Syncer.
1747 syncer_thread_.reset(new SyncerThread(context, new Syncer()));
1819 // case we'll be listening to both the AuthWatcher and Syncer, and it's a race
H A Dsyncer_thread2_unittest.cc34 class MockSyncer : public Syncer {
H A Dsyncer_unittest.cc5 // Syncer unit tests. Unfortunately a lot of these tests
192 syncer_ = new Syncer();
469 Syncer* syncer_;
487 Syncer::UnsyncedMetaHandles handles;

Completed in 170 milliseconds