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

  /external/chromium_org/content/public/common/
content_paths.h 19 CHILD_PROCESS_EXE = PATH_START,
  /external/chromium_org/content/common/
content_paths.cc 15 case CHILD_PROCESS_EXE:
child_process_host_impl.cc 108 PathService::Get(CHILD_PROCESS_EXE, &child_path);
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 85 if (!PathService::Get(content::CHILD_PROCESS_EXE, &child_path)) {
86 LOG(ERROR) << "No CHILD_PROCESS_EXE";
  /external/chromium_org/chrome/common/
service_process_util.cc 252 PathService::Get(content::CHILD_PROCESS_EXE, &exe_path);
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 574 PathService::Override(content::CHILD_PROCESS_EXE,

Completed in 164 milliseconds