Home | History | Annotate | Download | only in process

Lines Matching full:process

5 #include "base/process/process.h"
13 void Process::Close() {
24 void Process::Terminate(int result_code) {
38 bool Process::IsProcessBackgrounded() const {
48 bool Process::SetProcessBackgrounded(bool value) {
53 // by it. Unfortunately it can only be set for the calling process.
66 ProcessId Process::pid() const {
73 bool Process::is_current() const {
78 Process Process::Current() {
79 return Process(::GetCurrentProcess());
83 bool Process::CanBackgroundProcesses() {
87 int Process::GetPriority() const {