Searched refs:RunLoop (Results 1 – 11 of 11) sorted by relevance
12 class RunLoop; variable25 virtual void BeforeMainMessageLoopRun(base::RunLoop* run_loop) {} in BeforeMainMessageLoopRun()
124 // Create the RunLoop for MainMessageLoopRun() to use and transfer126 + // CEF with the Chrome runtime will create and manage its own RunLoop.128 - GetMainRunLoopInstance() = std::make_unique<base::RunLoop>();130 + GetMainRunLoopInstance() = std::make_unique<base::RunLoop>();
36 void BeforeMainMessageLoopRun(base::RunLoop* run_loop) override;
46 base::RunLoop* run_loop) { in BeforeMainMessageLoopRun()
442 base::RunLoop().RunUntilIdle(); in TEST_F()482 base::RunLoop().RunUntilIdle(); in TEST_F()
440 base::RunLoop().RunUntilIdle(); in TEST_F()478 base::RunLoop().RunUntilIdle(); in TEST_F()
253 base::RunLoop run_loop; in CefDoMessageLoopWork()
280 base::RunLoop run_loop; in RunMessageLoop()
25159 + base::RunLoop().RunUntilIdle();25163 + base::RunLoop().RunUntilIdle();25167 + base::RunLoop().RunUntilIdle();25431 [](bool* p_is_multichannel_supported, base::RunLoop* run_loop,25440 [](bool* p_is_multichannel_supported, base::RunLoop* run_loop,25443 base::RunLoop().RunUntilIdle();25471 + auto run_loop = std::make_unique<base::RunLoop>();25480 + base::BindOnce([](base::RunLoop* run_loop,25490 + base::RunLoop().RunUntilIdle();32506 base::RunLoop run_loop;[all …]
1950 + run_loop_ = std::make_unique<RunLoop>();2049 +class RunLoop;2073 + // Tells the RunLoop to quit when idle, calling the callback when it's safe2092 + std::unique_ptr<RunLoop> run_loop_;2593 @@ -293,7 +293,7 @@ class BASE_EXPORT RunLoop {2599 // Android doesn't support the blocking RunLoop::Run, so it calls37974 base::RunLoop run_loop;37989 base::RunLoop run_loop;40918 - base::RunLoop loop;43138 + base::RunLoop().RunUntilIdle();[all …]