Lines Matching refs:run_loop

7 #include "base/run_loop.h"
292 base::RunLoop* run_loop) {
297 delete_begin, delete_end, run_loop->QuitClosure());
305 base::RunLoop* run_loop) {
309 run_loop->QuitClosure());
313 base::RunLoop* run_loop) {
319 time, time, run_loop->QuitClosure());
405 base::RunLoop run_loop;
410 &run_loop));
411 run_loop.Run();
477 base::RunLoop run_loop;
479 FROM_HERE, base::Bind(&ClearQuotaData, partition, &run_loop));
480 run_loop.Run();
504 base::RunLoop run_loop;
506 FROM_HERE, base::Bind(&ClearQuotaData, partition, &run_loop));
507 run_loop.Run();
531 base::RunLoop run_loop;
533 FROM_HERE, base::Bind(&ClearQuotaData, partition, &run_loop));
534 run_loop.Run();
556 base::RunLoop run_loop;
558 FROM_HERE, base::Bind(&ClearQuotaData, partition, &run_loop));
559 run_loop.Run();
583 base::RunLoop run_loop;
587 &run_loop));
588 run_loop.Run();
612 base::RunLoop run_loop;
617 &run_loop));
618 run_loop.Run();
637 base::RunLoop run_loop;
646 &run_loop));
647 run_loop.Run();
677 base::RunLoop run_loop;
682 base::Time(), &run_loop));
683 run_loop.Run();
714 base::RunLoop run_loop;
719 base::Time(), &run_loop));
720 run_loop.Run();
745 base::RunLoop run_loop;
756 base::Time(), &run_loop));
757 run_loop.Run();
776 base::RunLoop run_loop;
785 base::Time(), &run_loop));
786 run_loop.Run();
805 base::RunLoop run_loop;
809 &run_loop));
810 run_loop.Run();
826 base::RunLoop run_loop;
830 &run_loop));
831 run_loop.Run();
853 base::RunLoop run_loop;
860 &run_loop));
861 run_loop.Run();
885 base::RunLoop run_loop;
892 &run_loop));
893 run_loop.Run();
914 base::RunLoop run_loop;
921 &run_loop));
922 run_loop.Run();