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

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_whitebox_unittest.cc32 syncer_thread_.reset(new SyncerThread(context_, syncer));
40 syncer_thread_->mode_ = mode;
44 syncer_thread_->last_sync_session_end_time_ = ticks;
48 syncer_thread_->server_connection_ok_ = connected;
52 syncer_thread_->wait_interval_.reset();
56 syncer_thread_->wait_interval_.reset(new SyncerThread::WaitInterval(
61 syncer_thread_->wait_interval_.reset(
69 return syncer_thread_->DecideOnJob(job);
88 scoped_ptr<SyncerThread> syncer_thread_; member in class:browser_sync::SyncerThread2WhiteboxTest
205 syncer_thread_
[all...]
H A Dsyncer_thread2_unittest.cc66 syncer_thread_.reset(new SyncerThread(context_, syncer_));
80 syncer_thread_.reset(new SyncerThread(context_, syncer_));
83 SyncerThread* syncer_thread() { return syncer_thread_.get(); }
129 syncer_thread_->delay_provider_.reset(delay_);
133 syncer_thread_->thread_.message_loop()->PostTask(FROM_HERE,
170 scoped_ptr<SyncerThread> syncer_thread_; member in class:browser_sync::SyncerThread2Test
H A Dsyncapi.cc1281 SyncerThread* syncer_thread() { return syncer_thread_.get(); }
1534 scoped_ptr<SyncerThread> syncer_thread_; member in class:sync_api::SyncManager::SyncInternal
1747 syncer_thread_.reset(new SyncerThread(context, new Syncer()));
2191 syncer_thread_.reset();
/external/chromium/chrome/browser/sync/glue/
H A Dui_model_worker_unittest.cc80 : syncer_thread_(syncer_thread), worker_(worker), jobs_(jobs),
93 syncer_thread_->Stop();
97 base::Thread* syncer_thread_; member in class:FakeSyncapiShutdownTask

Completed in 95 milliseconds