Searched defs:SetProcessBackgrounded (Results 1 – 9 of 9) sorted by relevance
54 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
34 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
41 bool Process::SetProcessBackgrounded(bool background) { in SetProcessBackgrounded() function in base::Process
259 TEST_F(ProcessUtilTest, SetProcessBackgrounded) { in TEST_F() argument
48 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
89 bool Process::SetProcessBackgrounded(bool background) { in SetProcessBackgrounded() function in base::Process
324 TEST_F(ProcessUtilTest, SetProcessBackgrounded) { in TEST_F() argument
364 static void SetProcessBackgrounded(base::ProcessHandle handle, in SetProcessBackgrounded() function in content::ChildProcessLauncher::Context507 void ChildProcessLauncher::SetProcessBackgrounded(bool background) { function in content::ChildProcessLauncher