Home
last modified time | relevance | path

Searched refs:RunPostMessageLoop (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dsetup.h130 bool RunPostMessageLoop(const base::CommandLine& cmdline);
Dsetup.cc442 return RunPostMessageLoop(cmdline); in Run()
457 bool Setup::RunPostMessageLoop(const base::CommandLine& cmdline) { in RunPostMessageLoop() function in Setup