Home | History | Annotate | Download | only in base

Lines Matching refs:Process

5 #include "base/process.h"
12 void Process::Close() {
19 void Process::Terminate(int result_code) {
25 bool Process::IsProcessBackgrounded() const {
34 bool Process::SetProcessBackgrounded(bool value) {
41 ProcessId Process::pid() const {
48 bool Process::is_current() const {
53 Process Process::Current() {
54 return Process(GetCurrentProcess());
57 int Process::GetPriority() const {