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

  /external/chromium/chrome/browser/sync/glue/
ui_model_worker_unittest.cc 76 FakeSyncapiShutdownTask(base::Thread* syncer_thread,
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()->message_loop()->PostTask(FROM_HERE
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 9 #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()->Start(SyncerThread::CONFIGURATION_MODE, NULL)
    [all...]
syncapi.cc 36 #include "chrome/browser/sync/engine/syncer_thread.h"
1281 SyncerThread* syncer_thread() { return syncer_thread_.get(); } function in class:sync_api::SyncManager::SyncInternal
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
ui_model_worker_unittest.cc 76 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 1033 milliseconds