Lines Matching refs:FROM_HERE

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