Home | History | Annotate | Download | only in browser

Lines Matching full:process

12 #include "base/process/process.h"
25 // On Android, because of process isolation, each renderer process runs with a
27 // (as the browser process does not have access to some system files for the
28 // crashed process). So the minidump is generated in the renderer process.
29 // Since the isolated process cannot open files, we provide it on creation with
32 // processes and take the appropriate action when the render process terminates.
44 // Returns a file that should be used to generate a minidump for the process
65 // Called on child process exit (including crash).