Home
last modified time | relevance | path

Searched defs:run_loop (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/common/chrome/
Dchrome_main_runner_delegate.cc46 base::RunLoop* run_loop) { in BeforeMainMessageLoopRun()
/third_party/cef/libcef/common/
Dmain_runner_delegate.h25 virtual void BeforeMainMessageLoopRun(base::RunLoop* run_loop) {} in BeforeMainMessageLoopRun()
/third_party/cups-filters/backend/
Dparallel.c539 run_loop(int print_fd, /* I - Print file descriptor */ in run_loop() function
/third_party/cef/libcef/browser/
Dcontext.cc253 base::RunLoop run_loop; in CefDoMessageLoopWork() local
Dmain_runner.cc280 base::RunLoop run_loop; in RunMessageLoop() local
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py616 def run_loop(): function
649 def run_loop(): function
687 def run_loop(): function
2020 def run_loop(self, coro): member in BaseLoopSockSendfileTests
Dtest_sendfile.py131 def run_loop(self, coro): member in SendfileBase
Dtest_proactor_events.py965 def run_loop(self, coro): member in ProactorEventLoopUnixSockSendfileTests
Dtest_unix_events.py504 def run_loop(self, coro): member in SelectorEventLoopUnixSockSendfileTests