Searched refs:syncer_thread (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dui_model_worker_unittest.cc76 FakeSyncapiShutdownTask(base::Thread* syncer_thread, argument
80 : syncer_thread_(syncer_thread), worker_(worker), jobs_(jobs),
120 base::Thread* syncer_thread() { return &faux_syncer_thread_; } function in class:UIModelWorkerTest
135 syncer_thread()->message_loop()->PostTask(FROM_HERE,
144 syncer_thread()->Stop();
171 syncer_thread()->message_loop()->PostTask(FROM_HERE,
174 // This is what gets the core_thread blocked on the syncer_thread.
176 new FakeSyncapiShutdownTask(syncer_thread(), bmw(), jobs, 1));
182 EXPECT_FALSE(syncer_thread()->IsRunning());
209 syncer_thread()
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc9 #include "chrome/browser/sync/engine/syncer_thread.h"
83 SyncerThread* syncer_thread() { return syncer_thread_.get(); } function in class:browser_sync::SyncerThread2Test
93 syncer_thread()->Stop();
112 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
113 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, nudge_types,
119 bool backing_off = syncer_thread()->IsBackingOff();
203 syncer_thread()->Start(SyncerThread::NORMAL_MODE, NULL);
213 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
230 syncer_thread()->ScheduleNudge(zero(), NUDGE_SOURCE_LOCAL, model_types,
253 syncer_thread()
[all...]
H A Dsyncapi.cc36 #include "chrome/browser/sync/engine/syncer_thread.h"
1281 SyncerThread* syncer_thread() { return syncer_thread_.get(); } function in class:sync_api::SyncManager::SyncInternal
1673 if (data_->syncer_thread())
1674 data_->syncer_thread()->ScheduleClearUserData();
1678 if (!data_->syncer_thread())
1681 data_->syncer_thread()->ScheduleConfig(types);
1685 if (!data_->syncer_thread())
1687 data_->syncer_thread()->Start(
1752 if (signed_in && syncer_thread()) {
1753 syncer_thread()
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dui_model_worker_unittest.cc76 base::Thread* syncer_thread() { return &faux_syncer_thread_; } function in class:SyncUIModelWorkerTest
91 syncer_thread()->message_loop()->PostTask(FROM_HERE,
97 syncer_thread()->Stop();

Completed in 322 milliseconds