CHILD_ALLOW_SELF  124 chrome/browser/service_process/service_process_control.cc   int flags = ChildProcessHost::CHILD_ALLOW_SELF;
CHILD_ALLOW_SELF  225 chrome/service/service_utility_process_host.cc   int flags = ChildProcessHost::CHILD_ALLOW_SELF;
CHILD_ALLOW_SELF  560 components/nacl/browser/nacl_process_host.cc   int flags = ChildProcessHost::CHILD_ALLOW_SELF;
CHILD_ALLOW_SELF 1078 content/browser/gpu/gpu_process_host.cc   int child_flags = gpu_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
CHILD_ALLOW_SELF  188 content/browser/plugin_process_host.cc   int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
CHILD_ALLOW_SELF  292 content/browser/ppapi_plugin_process_host.cc   int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
CHILD_ALLOW_SELF  532 content/browser/renderer_host/render_process_host_impl.cc   int flags = renderer_prefix.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
CHILD_ALLOW_SELF  109 content/browser/utility_process_host_impl.cc       child_flags_(ChildProcessHost::CHILD_ALLOW_SELF),
CHILD_ALLOW_SELF  182 content/browser/worker_host/worker_process_host.cc   int flags = ChildProcessHost::CHILD_ALLOW_SELF;
CHILD_ALLOW_SELF  104 content/common/child_process_host_impl.cc   if (child_path.empty() && flags & CHILD_ALLOW_SELF && !RunningOnValgrind())