Home
last modified time | relevance | path

Searched refs:process_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Dprofiling.cc25 std::string process_type = in GetProfileName() local
27 std::string type = process_type.empty() ? in GetProfileName()
28 std::string("browser") : std::string(process_type); in GetProfileName()
63 std::string process_type = in ProcessStarted() local
69 if (process_type == process_type_to_start) in ProcessStarted()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc50 delete[] info->process_type; in CrashDumpTask()
295 info->process_type = process_type_str; in OnFileCanReadWithoutBlocking()
/external/chromium/chrome/browser/metrics/
Dmetrics_service.cc296 process_type(type) {} in ChildProcessStats()
304 process_type(ChildProcessInfo::UNKNOWN_PROCESS) {} in ChildProcessStats()
317 ChildProcessInfo::ProcessType process_type; member
1719 if (ChildProcessInfo::PLUGIN_PROCESS != stats.process_type) in RecordPluginChanges()