Home | History | Annotate | Download | only in browser

Lines Matching full:process

9 #include "base/process/launch.h"
23 // This class acts as the browser-side host to a utility child process. A
24 // utility process is a short-lived process that is created to run a specific
26 // If you need a single method call in the process, use StartFooBar(p).
27 // If you need multiple batches of work to be done in the process, use
37 // Used to create a utility process.
44 // Starts utility process in batch mode. Caller must call EndBatchMode()
45 // to finish the utility process.
48 // Ends the utility process. Must be called after StartBatchMode().
58 // Make the process run without a sandbox.
62 // Make the process run elevated.
66 // Returns information about the utility child process.