Home
last modified time | relevance | path

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

/external/chromium/base/
Dprocess_posix.cc54 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
Dprocess_win.cc34 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
Dprocess_linux.cc41 bool Process::SetProcessBackgrounded(bool background) { in SetProcessBackgrounded() function in base::Process
Dprocess_util_unittest.cc259 TEST_F(ProcessUtilTest, SetProcessBackgrounded) { in TEST_F() argument
/external/chromium_org/base/process/
Dprocess_posix.cc54 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
Dprocess_win.cc48 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
Dprocess_linux.cc89 bool Process::SetProcessBackgrounded(bool background) { in SetProcessBackgrounded() function in base::Process
Dprocess_util_unittest.cc324 TEST_F(ProcessUtilTest, SetProcessBackgrounded) { in TEST_F() argument
/external/chromium_org/content/browser/
Dchild_process_launcher.cc364 static void SetProcessBackgrounded(base::ProcessHandle handle, in SetProcessBackgrounded() function in content::ChildProcessLauncher::Context
507 void ChildProcessLauncher::SetProcessBackgrounded(bool background) { function in content::ChildProcessLauncher