HomeSort by relevance Sort by last modified time
    Searched refs:child_flags (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
utility_process_host_impl.cc 199 int child_flags = child_flags_; local
211 child_flags = ChildProcessHost::CHILD_NORMAL;
214 base::FilePath exe_path = ChildProcessHost::GetChildPath(child_flags);
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 862 int child_flags = gpu_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF : local
865 int child_flags = ChildProcessHost::CHILD_NORMAL; local
868 base::FilePath exe_path = ChildProcessHost::GetChildPath(child_flags);
    [all...]

Completed in 237 milliseconds