Searched refs:RegisterForLoopDestruction (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/sync/test/engine/
H A Dfake_model_worker.cc21 void FakeModelWorker::RegisterForLoopDestruction() { function in class:syncer::FakeModelWorker
H A Dfake_model_worker.h25 virtual void RegisterForLoopDestruction() OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
H A Dui_model_worker.h25 virtual void RegisterForLoopDestruction() OVERRIDE;
H A Dhistory_model_worker.h32 virtual void RegisterForLoopDestruction() OVERRIDE;
H A Dpassword_model_worker.h35 virtual void RegisterForLoopDestruction() OVERRIDE;
H A Dbrowser_thread_model_worker.cc51 void BrowserThreadModelWorker::RegisterForLoopDestruction() { function in class:browser_sync::BrowserThreadModelWorker
57 Bind(&BrowserThreadModelWorker::RegisterForLoopDestruction, this));
H A Dbrowser_thread_model_worker.h32 virtual void RegisterForLoopDestruction() OVERRIDE;
H A Dpassword_model_worker.cc23 void PasswordModelWorker::RegisterForLoopDestruction() { function in class:browser_sync::PasswordModelWorker
H A Dui_model_worker.cc48 void UIModelWorker::RegisterForLoopDestruction() { function in class:browser_sync::UIModelWorker
H A Dsync_backend_registrar.cc75 workers_[syncer::GROUP_DB]->RegisterForLoopDestruction();
78 workers_[syncer::GROUP_FILE]->RegisterForLoopDestruction();
81 workers_[syncer::GROUP_UI]->RegisterForLoopDestruction();
88 workers_[syncer::GROUP_PASSIVE]->RegisterForLoopDestruction();
95 workers_[syncer::GROUP_HISTORY]->RegisterForLoopDestruction();
104 workers_[syncer::GROUP_PASSWORD]->RegisterForLoopDestruction();
H A Dhistory_model_worker.cc94 void HistoryModelWorker::RegisterForLoopDestruction() { function in class:browser_sync::HistoryModelWorker
/external/chromium_org/sync/internal_api/public/engine/
H A Dpassive_model_worker.cc20 void PassiveModelWorker::RegisterForLoopDestruction() { function in class:syncer::PassiveModelWorker
H A Dpassive_model_worker.h25 virtual void RegisterForLoopDestruction() OVERRIDE;
H A Dmodel_safe_worker.h73 virtual void RegisterForLoopDestruction() = 0;
112 // Subclass should call this in RegisterForLoopDestruction() from the loop

Completed in 157 milliseconds