• Home
  • Raw
  • Download

Lines Matching refs:FROM_HERE

188   loop()->PostTask(FROM_HERE, NewQuitTask());  in TEST_F()
210 FROM_HERE, check_task); in TEST_F()
220 posted_task = NewRunnableFunction(PostMessageLoopTask, FROM_HERE, check_task); in TEST_F()
233 loop()->PostTask(FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); in TEST_F()
238 FROM_HERE, NewRunnableMethod(injector(), &EventInjector::AddEvent, in TEST_F()
249 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count), 10*i); in TEST_F()
256 FROM_HERE, NewRunnableMethod(injector(), &EventInjector::AddEvent, in TEST_F()
274 FROM_HERE, check_task); in TEST_F()
305 FROM_HERE, NewRunnableMethod(this, &ConcurrentHelper::FromTask)); in FromTask()
356 FROM_HERE, NewRunnableMethod(helper.get(), &ConcurrentHelper::FromTask)); in TEST_F()
358 FROM_HERE, NewRunnableMethod(helper.get(), &ConcurrentHelper::FromTask)); in TEST_F()
375 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGLib()
376 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGLib()
389 FROM_HERE, NewRunnableFunction(AddEventsAndDrainGLib, injector())); in TEST_F()
406 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGtk()
407 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing)); in AddEventsAndDrainGtk()
420 FROM_HERE, NewRunnableFunction(AddEventsAndDrainGtk, injector())); in TEST_F()
472 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); in TestGLibLoopInternal()
474 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); in TestGLibLoopInternal()
480 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count), 30); in TestGLibLoopInternal()
482 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40); in TestGLibLoopInternal()
503 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); in TestGtkLoopInternal()
505 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count)); in TestGtkLoopInternal()
511 FROM_HERE, NewRunnableFunction(IncrementInt, &task_count), 30); in TestGtkLoopInternal()
513 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40); in TestGtkLoopInternal()
530 loop()->PostTask(FROM_HERE, in TEST_F()
540 loop()->PostTask(FROM_HERE, in TEST_F()