HomeSort by relevance Sort by last modified time
    Searched refs:process_type (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/chromium_org/content/shell/app/
shell_crash_reporter_client.h 47 const std::string& process_type) OVERRIDE;
shell_main_delegate.h 30 const std::string& process_type,
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 65 const std::string& process_type) {
73 process_type, dumps_path, false);
83 std::string process_type =
86 if (process_type == switches::kRendererProcess) {
89 crash_handler = CreateCrashHandlerHost(process_type);
93 if (process_type == switches::kPluginProcess) {
96 crash_handler = CreateCrashHandlerHost(process_type);
100 if (process_type == switches::kPpapiPluginProcess) {
103 crash_handler = CreateCrashHandlerHost(process_type);
107 if (process_type == switches::kGpuProcess)
    [all...]
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.h 43 virtual bool CanHelp(const std::string& process_type, std::string* uma_name,
45 virtual pid_t Fork(const std::string& process_type,
  /external/chromium_org/content/browser/loader/
resource_message_filter.h 46 int process_type,
81 int process_type() const { return process_type_; } function in class:content::ResourceMessageFilter
resource_request_info_impl.h 43 int process_type,
135 int process_type() const { return process_type_; } function in class:content::ResourceRequestInfoImpl
  /external/chromium_org/chrome/common/
profiling.cc 55 std::string process_type = local
57 std::string type = process_type.empty() ?
58 std::string("browser") : std::string(process_type);
129 std::string process_type = local
161 if (process_type == process_type_to_start)
chrome_paths_android.cc 52 bool ProcessNeedsProfileDir(const std::string& process_type) {
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc 72 int process_type,
83 .Initialize(handle, process_type, current_update_sequence);
100 MarkProcessAsAlive(handle, child_process_data.process_type,
process_metrics_history.cc 15 #include "content/public/common/process_type.h"
41 int process_type,
45 process_type_ = process_type;
  /external/chromium_org/content/browser/
profiler_controller_impl.cc 44 int process_type) {
52 process_type));
59 process_type);
tcmalloc_internals_request_job.h 31 int process_type,
browser_child_process_host_impl.h 39 int process_type,
84 static void HistogramBadMessageTerminated(int process_type);
  /external/chromium_org/chrome/browser/
memory_details_win.cc 21 #include "content/public/common/process_type.h"
113 info.process_type = content::PROCESS_TYPE_BROWSER;
115 info.process_type = content::PROCESS_TYPE_UNKNOWN;
135 info.process_type = child_info[child].process_type;
memory_details.h 17 #include "content/public/common/process_type.h"
37 int process_type,
63 int process_type; member in struct:ProcessMemoryInformation