UIModelWorker      28 base/threading/thread_restrictions.h class UIModelWorker;
UIModelWorker     204 base/threading/thread_restrictions.h   friend class browser_sync::UIModelWorker;       // http://crbug.com/19757
UIModelWorker      78 chrome/browser/sync/glue/sync_backend_registrar.cc   workers_[syncer::GROUP_UI] = new UIModelWorker(this);
UIModelWorker      33 chrome/browser/sync/glue/sync_backend_registrar.h class UIModelWorker;
UIModelWorker      44 chrome/browser/sync/glue/ui_model_worker.cc UIModelWorker::UIModelWorker(syncer::WorkerLoopDestructionObserver* observer)
UIModelWorker      48 chrome/browser/sync/glue/ui_model_worker.cc void UIModelWorker::RegisterForLoopDestruction() {
UIModelWorker      54 chrome/browser/sync/glue/ui_model_worker.cc syncer::SyncerError UIModelWorker::DoWorkAndWaitUntilDoneImpl(
UIModelWorker      76 chrome/browser/sync/glue/ui_model_worker.cc syncer::ModelSafeGroup UIModelWorker::GetModelSafeGroup() {
UIModelWorker      80 chrome/browser/sync/glue/ui_model_worker.cc UIModelWorker::~UIModelWorker() {
UIModelWorker      20 chrome/browser/sync/glue/ui_model_worker.h class UIModelWorker : public syncer::ModelSafeWorker {
UIModelWorker      22 chrome/browser/sync/glue/ui_model_worker.h   explicit UIModelWorker(syncer::WorkerLoopDestructionObserver* observer);
UIModelWorker      33 chrome/browser/sync/glue/ui_model_worker.h   virtual ~UIModelWorker();
UIModelWorker      35 chrome/browser/sync/glue/ui_model_worker.h   DISALLOW_COPY_AND_ASSIGN(UIModelWorker);
UIModelWorker      17 chrome/browser/sync/glue/ui_model_worker_unittest.cc using browser_sync::UIModelWorker;
UIModelWorker      46 chrome/browser/sync/glue/ui_model_worker_unittest.cc   explicit Syncer(UIModelWorker* worker) : worker_(worker) {}
UIModelWorker      56 chrome/browser/sync/glue/ui_model_worker_unittest.cc   scoped_refptr<UIModelWorker> worker_;
UIModelWorker      69 chrome/browser/sync/glue/ui_model_worker_unittest.cc     bmw_ = new UIModelWorker(NULL);
UIModelWorker      74 chrome/browser/sync/glue/ui_model_worker_unittest.cc   UIModelWorker* bmw() { return bmw_.get(); }
UIModelWorker      82 chrome/browser/sync/glue/ui_model_worker_unittest.cc   scoped_refptr<UIModelWorker> bmw_;