Home | History | Annotate | Download | only in cloud

Lines Matching refs:run_loop

13 #include "base/run_loop.h"
183 base::RunLoop run_loop;
186 InvokeWithoutArgs(&run_loop, &base::RunLoop::Quit));
200 run_loop.Run();
241 base::RunLoop run_loop;
243 policy_service->RefreshPolicies(run_loop.QuitClosure());
244 run_loop.Run();
255 base::RunLoop run_loop;
257 policy_service->RefreshPolicies(run_loop.QuitClosure());
258 run_loop.Run();
268 base::RunLoop run_loop;
270 policy_service->RefreshPolicies(run_loop.QuitClosure());
271 run_loop.Run();
288 base::RunLoop run_loop;
290 policy_service->RefreshPolicies(run_loop.QuitClosure());
291 run_loop.Run();
304 base::RunLoop run_loop;
305 policy_service->RefreshPolicies(run_loop.QuitClosure());
306 run_loop.Run();