Searched defs:SetProcessBackgrounded (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_posix.cc50 // See SetProcessBackgrounded().
54 bool Process::SetProcessBackgrounded(bool value) { function in class:base::Process
H A Dprocess_win.cc48 bool Process::SetProcessBackgrounded(bool value) { function in class:base::Process
H A Dprocess_linux.cc89 bool Process::SetProcessBackgrounded(bool background) { function in class:base::Process
/external/chromium_org/content/browser/
H A Dchild_process_launcher.cc380 static void SetProcessBackgrounded(base::ProcessHandle handle, function in class:content::ChildProcessLauncher::Context
383 process.SetProcessBackgrounded(background);
512 void ChildProcessLauncher::SetProcessBackgrounded(bool background) { function in class:content::ChildProcessLauncher
516 &ChildProcessLauncher::Context::SetProcessBackgrounded,

Completed in 86 milliseconds