Searched refs:core_thread (Results 1 – 2 of 2) sorted by relevance
119 base::Thread* core_thread() { return &faux_core_thread_; } in core_thread() function in UIModelWorkerTest163 core_thread()->Start(); in TEST_F()175 core_thread()->message_loop()->PostTask(FROM_HERE, in TEST_F()183 core_thread()->Stop(); in TEST_F()193 core_thread()->Start(); in TEST_F()215 core_thread()->message_loop()->PostTask(FROM_HERE, in TEST_F()226 core_thread()->Stop(); in TEST_F()
75 base::Thread* core_thread() { return &faux_core_thread_; } in core_thread() function in SyncUIModelWorkerTest