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

  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 104 new base::Thread(std::string(process_type_ + "_crash_uploader").c_str()));
291 info->process_type_length = process_type_.length();
293 process_type_.copy(process_type_str, info->process_type_length);
332 dumps_path.value().c_str(), process_type_.c_str(), rand);
395 process_type_ = "gpu-process";
411 process_type_ = "plugin";
427 process_type_ = "renderer";
443 process_type_ = "ppapi";
crash_handler_host_linux.h 66 std::string process_type_; member in class:CrashHandlerHostLinux

Completed in 63 milliseconds