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
memory_details_mac.cc 25 #include "content/public/common/process_type.h"
152 info.process_type = content::PROCESS_TYPE_UNKNOWN;
213 info.process_type = content::PROCESS_TYPE_BROWSER;
215 info.process_type = content::PROCESS_TYPE_UNKNOWN;
231 info.process_type = child_info[child].process_type;
memory_details.cc 78 int process_type,
80 if (process_type == content::PROCESS_TYPE_RENDERER)
82 return content::GetProcessTypeNameInEnglish(process_type);
89 process_type(content::PROCESS_TYPE_UNKNOWN),
191 iter1->process_type, iter1->renderer_type);
235 info.process_type = iter.GetData().process_type;
282 process.process_type = content::PROCESS_TYPE_RENDERER;
394 process.process_type = content::PROCESS_TYPE_ZYGOTE;
402 if (chrome_browser->processes[index].process_type =
    [all...]
  /external/chromium_org/chromecast/shell/app/
cast_main_delegate.h 35 const std::string& process_type,
cast_main_delegate.cc 63 const std::string& process_type,
66 if (!process_type.empty())
  /external/chromium_org/components/crash/browser/
crash_handler_host_linux.h 36 CrashHandlerHostLinux(const std::string& process_type,
  /external/chromium_org/extensions/browser/
script_executor.h 95 ProcessType process_type,
  /external/chromium_org/extensions/shell/app/
shell_main_delegate.h 48 // |process_type| is zygote, renderer, utility, etc. Returns true if the
50 static bool ProcessNeedsResourceBundle(const std::string& process_type);
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.cc 374 const std::string& process_type) {
375 return process_type == switches::kRendererProcess ||
376 process_type == switches::kPluginProcess ||
377 process_type == switches::kPpapiPluginProcess ||
378 process_type == switches::kZygoteProcess ||
379 process_type == switches::kGpuProcess;
  /external/chromium_org/build/android/pylib/linker/
test_case.py 135 process_type, status = m.groups()
136 if process_type == 'BROWSER':
139 elif process_type == 'RENDERER':
143 assert False, 'Invalid process type ' + process_type
230 process_type, lib_name, lib_address = m.groups()
232 if process_type == 'BROWSER':
234 elif process_type == 'RENDERER':
242 def _CheckLoadAddressRandomization(lib_map_list, process_type):
248 process_type: a string describing the process type.
262 logging.info('%s library load map: %s', process_type, lib_addr_map
    [all...]
  /external/chromium_org/components/crash/app/
breakpad_win.cc 495 std::wstring process_type = base::ASCIIToWide(process_type_switch); local
496 if (process_type.empty())
497 process_type = L"browser";
510 keeper->GetCustomInfo(exe_path, process_type,
518 if (process_type == L"browser") {
521 } else if (process_type == L"service") {
526 if (process_type == L"browser") {
594 if (process_type != L"browser" &&

Completed in 804 milliseconds

1 23 4 5 6