OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_thread_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc
66
sync_thread_
= sync_thread.Pass();
67
if (!
sync_thread_
) {
68
sync_thread_
.reset(new base::Thread("Chrome_SyncThread"));
69
CHECK(
sync_thread_
->Start());
85
new syncer::PassiveModelWorker(
sync_thread_
->message_loop(), this);
355
return
sync_thread_
.Pass();
373
return
sync_thread_
.get();
sync_backend_registrar_unittest.cc
61
sync_thread_
(NULL),
76
sync_thread_
= registrar_->sync_thread();
82
sync_thread_
->message_loop()->PostTask(
86
sync_thread_
->message_loop()->RunUntilIdle();
114
base::Thread*
sync_thread_
;
member in class:browser_sync::__anon5706::SyncBackendRegistrarTest
sync_backend_registrar.h
118
// Release ownership of |
sync_thread_
|. Called when sync is disabled.
183
// Declare |
sync_thread_
| at the end so that it will be destroyed before
187
scoped_ptr<base::Thread>
sync_thread_
;
member in class:browser_sync::SyncBackendRegistrar
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
546
sync_thread_
.Pass(),
804
if (
sync_thread_
)
805
sync_thread_
->Stop();
842
sync_thread_
= doomed_backend->Shutdown(option);
[
all
...]
profile_sync_service.h
1018
scoped_ptr<base::Thread>
sync_thread_
;
member in class:ProfileSyncService
[
all
...]
Completed in 32 milliseconds