Home | History | Annotate | Download | only in browser

Lines Matching full:process

9 #include "base/process/kill.h"
10 #include "base/process/process_handle.h"
11 #include "base/process/process_metrics.h"
30 // This represents child processes of the browser process, i.e. plugins. They
34 // Used to create a child process host. The delegate must outlive this object.
43 // Derived classes call this to launch the child process asynchronously.
55 // status returned when the process exited (for posix, as returned
64 // Sets the user-visible name of the process.
67 // Set the handle of the process. BrowserChildProcessHost will do this when
68 // the Launch method is used to start the process. However if the owner
69 // of this object doesn't call Launch and starts the process in another way,
70 // they need to call this method so that the process handle is associated with
75 // Returns a PortProvider used to get process metrics for child processes.