Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_linux.cc117 bool Process::SetProcessBackgrounded(bool background) { in SetProcessBackgrounded() function in base::Process
Dprocess_posix.cc361 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded() function in base::Process
Dprocess_unittest.cc229 TEST_F(ProcessTest, SetProcessBackgrounded) { in TEST_F() argument