Home
last modified time | relevance | path

Searched refs:RunLoop (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef/common/
Dmain_runner_delegate.h12 class RunLoop; variable
25 virtual void BeforeMainMessageLoopRun(base::RunLoop* run_loop) {} in BeforeMainMessageLoopRun()
/third_party/cef/patch/patches/
Dchrome_runtime.patch124 // Create the RunLoop for MainMessageLoopRun() to use and transfer
126 + // 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>();
/third_party/cef/libcef/common/chrome/
Dchrome_main_runner_delegate.h36 void BeforeMainMessageLoopRun(base::RunLoop* run_loop) override;
Dchrome_main_runner_delegate.cc46 base::RunLoop* run_loop) { in BeforeMainMessageLoopRun()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc442 base::RunLoop().RunUntilIdle(); in TEST_F()
482 base::RunLoop().RunUntilIdle(); in TEST_F()
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc440 base::RunLoop().RunUntilIdle(); in TEST_F()
478 base::RunLoop().RunUntilIdle(); in TEST_F()
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc440 base::RunLoop().RunUntilIdle(); in TEST_F()
478 base::RunLoop().RunUntilIdle(); in TEST_F()
/third_party/cef/libcef/browser/
Dcontext.cc253 base::RunLoop run_loop; in CefDoMessageLoopWork()
Dmain_runner.cc280 base::RunLoop run_loop; in RunMessageLoop()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch25159 + 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 …]
D0003-ohos-1115.patch1950 + run_loop_ = std::make_unique<RunLoop>();
2049 +class RunLoop;
2073 + // Tells the RunLoop to quit when idle, calling the callback when it's safe
2092 + 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 calls
37974 base::RunLoop run_loop;
37989 base::RunLoop run_loop;
40918 - base::RunLoop loop;
43138 + base::RunLoop().RunUntilIdle();
[all …]