Home | History | Annotate | Download | only in tests

Lines Matching refs:run_loop

13 #include "base/run_loop.h"
87 base::RunLoop run_loop;
88 quit_closure_ = run_loop.QuitClosure();
91 run_loop.Run();
124 base::RunLoop run_loop;
129 run_loop.QuitClosure());
130 run_loop.Run();
175 base::RunLoop run_loop;
181 run_loop.QuitClosure())));
182 run_loop.Run();