Home
last modified time | relevance | path

Searched refs:other_thread_task_runner (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc889 const scoped_refptr<base::SequencedTaskRunner> other_thread_task_runner = in TEST_P() local
898 other_thread_task_runner); in TEST_P()
917 other_thread_task_runner->PostTask(FROM_HERE, run_method); in TEST_P()
935 other_thread_task_runner->DeleteSoon(FROM_HERE, math_calc_impl); in TEST_P()
Dassociated_interface_unittest.cc1104 const scoped_refptr<base::SequencedTaskRunner> other_thread_task_runner = in TEST_F() local
1124 other_thread_task_runner->PostTask( in TEST_F()
1133 other_thread_task_runner); in TEST_F()
1152 other_thread_task_runner->DeleteSoon(FROM_HERE, context); in TEST_F()