process_type_ 242 chrome/app/client_util.cc (process_type_ == "service") || process_type_.empty() ? process_type_ 273 chrome/app/client_util.cc process_type_ = cmd_line.GetSwitchValueASCII(switches::kProcessType); process_type_ 294 chrome/app/client_util.cc if (process_type_.empty()) { process_type_ 302 chrome/app/client_util.cc breakpad::InitCrashReporter(process_type_); process_type_ 61 chrome/app/client_util.h std::string process_type_; process_type_ 22 chrome/browser/performance_monitor/process_metrics_history.cc process_type_(content::PROCESS_TYPE_UNKNOWN), process_type_ 42 chrome/browser/performance_monitor/process_metrics_history.cc process_type_ = process_type; process_type_ 89 chrome/browser/performance_monitor/process_metrics_history.cc switch (process_type_) { process_type_ 59 chrome/browser/performance_monitor/process_metrics_history.h int process_type_; process_type_ 57 chrome/browser/task_manager/child_process_resource_provider.cc int process_type_; process_type_ 82 chrome/browser/task_manager/child_process_resource_provider.cc : process_type_(process_type), process_type_ 132 chrome/browser/task_manager/child_process_resource_provider.cc switch (process_type_) { process_type_ 164 chrome/browser/task_manager/child_process_resource_provider.cc switch (process_type_) { process_type_ 182 chrome/browser/task_manager/child_process_resource_provider.cc switch (process_type_) { process_type_ 84 components/breakpad/browser/crash_handler_host_linux.cc : process_type_(process_type), process_type_ 117 components/breakpad/browser/crash_handler_host_linux.cc new base::Thread(std::string(process_type_ + "_crash_uploader").c_str())); process_type_ 334 components/breakpad/browser/crash_handler_host_linux.cc info->process_type_length = process_type_.length(); process_type_ 336 components/breakpad/browser/crash_handler_host_linux.cc process_type_.copy(process_type_str, info->process_type_length); process_type_ 384 components/breakpad/browser/crash_handler_host_linux.cc process_type_.c_str(), process_type_ 400 components/breakpad/browser/crash_handler_host_linux.cc process_type_.c_str(), process_type_ 73 components/breakpad/browser/crash_handler_host_linux.h std::string process_type_; process_type_ 27 content/browser/loader/resource_message_filter.cc process_type_(process_type), process_type_ 84 content/browser/loader/resource_message_filter.h int process_type() const { return process_type_; } process_type_ 96 content/browser/loader/resource_message_filter.h int process_type_; process_type_ 113 content/browser/loader/resource_request_info_impl.cc process_type_(process_type), process_type_ 182 content/browser/loader/resource_request_info_impl.cc return process_type_; process_type_ 211 content/browser/loader/resource_request_info_impl.cc if (process_type_ == PROCESS_TYPE_WORKER) { process_type_ 220 content/browser/loader/resource_request_info_impl.cc } else if (process_type_ == PROCESS_TYPE_PLUGIN) { process_type_ 134 content/browser/loader/resource_request_info_impl.h int process_type() const { return process_type_; } process_type_ 164 content/browser/loader/resource_request_info_impl.h int process_type_; process_type_ 45 content/browser/profiler_message_filter.cc sequence_number, profiler_data, process_type_); process_type_ 51 content/browser/profiler_message_filter.cc peer_pid(), process_type_, output); process_type_ 43 content/browser/profiler_message_filter.h int process_type_; process_type_ 28 content/public/browser/browser_child_process_host_iterator.cc if (!Done() && (*iterator_)->GetData().process_type != process_type_) process_type_ 42 content/public/browser/browser_child_process_host_iterator.cc if (!all_ && (*iterator_)->GetData().process_type != process_type_) process_type_ 41 content/public/browser/browser_child_process_host_iterator.h int process_type_;