OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
62
core_thread_
("Chrome_SyncCoreThread"),
73
:
core_thread_
("Chrome_SyncCoreThread"),
93
if (!
core_thread_
.Start())
202
core_thread_
.message_loop()->PostTask(FROM_HERE,
208
core_thread_
.message_loop()->PostTask(FROM_HERE,
215
core_thread_
.message_loop()->PostTask(FROM_HERE,
236
core_thread_
.message_loop()->PostTask(FROM_HERE,
246
if (
core_thread_
.IsRunning()) { // Not running in tests.
247
core_thread_
.message_loop()->PostTask(FROM_HERE,
253
// Before joining the
core_thread_
, we wait for the UIModelWorker t
[
all
...]
sync_backend_host.h
178
// Note: actual work is done on
core_thread_
's message loop.
331
// Called on the SyncBackendHost
core_thread_
to perform initialization
335
// Called on our SyncBackendHost's
core_thread_
to perform credential
342
// Called on the SyncBackendHost
core_thread_
to tell the syncapi to start
346
// Called on the SyncBackendHost
core_thread_
to nudge/pause/resume the
354
// Called on our SyncBackendHost's |
core_thread_
| to set the passphrase
364
// Called on SyncBackendHost's |
core_thread_
| to set the datatypes we need
369
// 1) From |
core_thread_
|, invoke the syncapi Shutdown call to do a final
372
// 2) Then, from |frontend_loop_|, halt the
core_thread_
. This causes
436
// be run on; the host's |
core_thread_
|
594
base::Thread
core_thread_
;
member in class:browser_sync::SyncBackendHost
[
all
...]
Completed in 172 milliseconds