Searched refs:main_tq (Results 1 – 1 of 1) sorted by relevance
2989 scoped_refptr<TestTaskQueue> main_tq = CreateTaskQueue(); in TEST_P() local2990 WeakPtr<TestTaskQueue> main_tq_weak_ptr = main_tq->GetWeakPtr(); in TEST_P()2997 main_tq->PostDelayedTask( in TEST_P()3003 main_tq = nullptr; in TEST_P()3075 scoped_refptr<TestTaskQueue> main_tq = CreateTaskQueue(); in TEST_P() local3076 WeakPtr<TestTaskQueue> main_tq_weak_ptr = main_tq->GetWeakPtr(); in TEST_P()3083 main_tq->PostDelayedTask( in TEST_P()3089 main_tq = nullptr; in TEST_P()3153 scoped_refptr<TestTaskQueue> main_tq = CreateTaskQueue(); in TEST_P() local3157 SetOnTaskHandlers(main_tq, &start_counter, &complete_counter); in TEST_P()[all …]