Home | History | Annotate | Download | only in glue

Lines Matching refs:core_thread_

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_|.
442 // SyncBackendHost |core_thread_|), using a repeating timer that is kicked
545 MessageLoop* core_loop() { return core_thread_.message_loop(); }
594 base::Thread core_thread_;