Home | History | Annotate | Download | only in glue

Lines Matching refs:run_loop

10 #include "base/run_loop.h"
85 base::RunLoop run_loop;
88 base::Unretained(this)), run_loop.QuitClosure());
89 run_loop.Run();
100 base::RunLoop run_loop;
103 base::Unretained(this), &result), run_loop.QuitClosure());
104 run_loop.Run();
142 base::RunLoop run_loop;
144 base::Bind(&base::DoNothing), run_loop.QuitClosure()));
145 run_loop.Run();
196 base::RunLoop run_loop;
198 base::Bind(&base::DoNothing), run_loop.QuitClosure()));
199 run_loop.Run();