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

  /external/chromium_org/content/common/
set_process_title.h 23 void SetProcessTitleFromCommandLine(const char** main_argv);
set_process_title.cc 37 void SetProcessTitleFromCommandLine(const char** main_argv) {
87 void SetProcessTitleFromCommandLine(const char** /* main_argv */) {
  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 150 // SetProcessTitleFromCommandLine in content_main_runner.cc, so we can pass
152 SetProcessTitleFromCommandLine(NULL);
  /external/chromium_org/content/zygote/
zygote_linux.cc 541 // SetProcessTitleFromCommandLine in ChromeMain, so we can pass NULL here
543 SetProcessTitleFromCommandLine(NULL);
  /external/chromium_org/content/app/
content_main_runner.cc 600 SetProcessTitleFromCommandLine(argv);

Completed in 286 milliseconds