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

1 2 34 5 6

  /external/chromium_org/content/browser/
tcmalloc_internals_request_job.cc 12 #include "content/public/common/process_type.h"
27 base::ProcessId pid, int process_type,
29 std::string header = GetProcessTypeNameInEnglish(process_type);
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 69 const std::string& process_type) OVERRIDE;
  /external/chromium_org/chrome/browser/
chrome_plugin_browsertest.cc 30 #include "content/public/common/process_type.h"
171 if (iter.GetData().process_type != content::PROCESS_TYPE_PLUGIN &&
172 iter.GetData().process_type != content::PROCESS_TYPE_PPAPI_PLUGIN) {
192 if (iter.GetData().process_type == content::PROCESS_TYPE_PLUGIN ||
193 iter.GetData().process_type == content::PROCESS_TYPE_PPAPI_PLUGIN) {
memory_details_linux.cc 23 #include "content/public/common/process_type.h"
127 pmi.process_type = content::PROCESS_TYPE_BROWSER;
129 pmi.process_type = content::PROCESS_TYPE_UNKNOWN;
213 i->process_type = child_info[child].process_type;
memory_details_android.cc 18 #include "content/public/common/process_type.h"
58 pmi.process_type = content::PROCESS_TYPE_BROWSER;
60 pmi.process_type = content::PROCESS_TYPE_UNKNOWN;
  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider.h 56 static bool IsPluginProcess(int process_type);
chrome_metrics_service_client.h 101 int process_type) OVERRIDE;
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.cc 31 ChildProcessResource(int process_type,
74 int process_type,
78 : process_type_(process_type),
300 child_process_data.process_type,
  /external/chromium_org/chrome/common/
chrome_paths_internal.h 107 // Checks if the |process_type| has the rights to access the profile.
108 bool ProcessNeedsProfileDir(const std::string& process_type);
  /external/chromium_org/components/crash/app/
crash_reporter_client.cc 125 const std::string& process_type) {
crash_reporter_client.h 139 virtual bool EnableBreakpadForProcess(const std::string& process_type);
breakpad_linux.cc 582 info.process_type = "browser";
688 info.process_type = g_process_type;
720 void EnableNonBrowserCrashDumping(const std::string& process_type,
745 const size_t process_type_len = process_type.size() + 1;
747 strncpy(g_process_type, process_type.c_str(), process_type_len);
    [all...]
  /external/chromium_org/components/metrics/profiler/
profiler_metrics_provider_unittest.cc 9 #include "content/public/common/process_type.h"
123 tracked_object->process_type());
142 tracked_object->process_type());
161 tracked_object->process_type());
179 tracked_object->process_type());
tracking_synchronizer.cc 14 #include "content/public/common/process_type.h"
236 int process_type) {
239 process_type);
269 int process_type) {
278 ->ReceivedProfilerData(profiler_data, process_type);
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 33 // Tries to start a process of type indicated by process_type.
38 const std::string& process_type);
  /external/chromium_org/ui/views_content_client/
views_content_main_delegate.cc 44 std::string process_type = local
  /external/chromium_org/content/zygote/
zygote_linux.cc 342 int Zygote::ForkWithRealPid(const std::string& process_type,
353 if ((*i)->CanHelp(process_type, uma_name, uma_sample, uma_boundary_value)) {
370 pid = helper->Fork(process_type, fds, channel_id);
475 std::string process_type; local
480 if (!pickle.ReadString(&iter, &process_type))
516 base::ProcessId child_pid = ForkWithRealPid(process_type,
545 LOG(ERROR) << "Zygote could not fork: process_type " << process_type
zygote_linux.h 86 int ForkWithRealPid(const std::string& process_type,
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 13 #include "content/public/common/process_type.h"
84 int process_type,
97 dictionary->SetString("process_type",
98 content::GetProcessTypeNameInEnglish(process_type));
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.cc 175 int process_type) {
179 process_type,
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.cc 88 std::string process_type = local
91 if (process_type == switches::kRendererProcess) {
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.cc 11 #include "content/public/common/process_type.h"
35 PROCESS_TYPE_RENDERER, // process_type
90 int process_type,
114 process_type_(process_type),
  /external/chromium_org/extensions/browser/
script_executor.cc 123 ScriptExecutor::ProcessType process_type,
145 params.is_web_view = (process_type == WEB_VIEW_PROCESS);
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 318 bool NaClForkDelegate::CanHelp(const std::string& process_type,
326 if (process_type != helpable_process_type)
335 pid_t NaClForkDelegate::Fork(const std::string& process_type,
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 220 for process_type in result:
222 if not len(result[process_type]):
224 result[process_type].update(cpu_timestamp)

Completed in 1435 milliseconds

1 2 34 5 6