HomeSort by relevance Sort by last modified time
    Searched refs:core_thread (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/glue/
ui_model_worker_unittest.cc 119 base::Thread* core_thread() { return &faux_core_thread_; } function in class:UIModelWorkerTest
163 core_thread()->Start();
174 // This is what gets the core_thread blocked on the syncer_thread.
175 core_thread()->message_loop()->PostTask(FROM_HERE,
183 core_thread()->Stop();
193 core_thread()->Start();
214 // This is what gets the core_thread blocked on the syncer_thread.
215 core_thread()->message_loop()->PostTask(FROM_HERE,
226 core_thread()->Stop();
  /external/chromium_org/chrome/browser/sync/glue/
ui_model_worker_unittest.cc 75 base::Thread* core_thread() { return &faux_core_thread_; } function in class:SyncUIModelWorkerTest

Completed in 285 milliseconds