HomeSort by relevance Sort by last modified time
    Searched defs:process_type (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/content/public/browser/
child_process_data.h 17 int process_type; member in struct:content::ChildProcessData
31 explicit ChildProcessData(int process_type)
32 : process_type(process_type), id(0), handle(base::kNullProcessHandle) {
  /external/chromium_org/content/renderer/
memory_benchmarking_extension.cc 38 " function(process_type, reason) {"
40 " HeapProfilerDump(process_type, reason);"
61 std::string process_type; local
63 process_type = *v8::String::AsciiValue(args[0]);
67 if (process_type == "browser") {
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer_unittest.cc 14 #include "content/public/common/process_type.h"
25 int process_type,
29 process_data, process_type, &serialized_value);
44 int process_type = content::PROCESS_TYPE_BROWSER; local
45 ExpectSerialization(process_data, process_type,
52 "\"process_type\":\"Browser\""
103 int process_type = content::PROCESS_TYPE_RENDERER; local
104 ExpectSerialization(process_data, process_type,
158 "\"process_type\":\"Tab\""
  /external/chromium_org/content/common/
sandbox_init_win.cc 18 std::string process_type = local
handle_enumerator_win.cc 52 std::string process_type = local
55 string16 output = ASCIIToUTF16(process_type);
sandbox_linux.cc 30 const std::string process_type = local
34 process_type + ".";
125 const std::string process_type = local
133 "threads in process " + process_type;
140 if (process_type != switches::kGpuProcess)
147 linux_sandbox->LimitAddressSpace(process_type);
150 seccomp_bpf_started = linux_sandbox->StartSeccompBpf(process_type);
221 bool LinuxSandbox::StartSeccompBpf(const std::string& process_type) {
226 seccomp_bpf_started_ = SandboxSeccompBpf::StartSandbox(process_type);
239 bool LinuxSandbox::LimitAddressSpace(const std::string& process_type) {
    [all...]
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 23 std::string process_type = local
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 70 std::string process_type = local
86 << process_type;
90 if (process_type == switches::kNaClLoaderProcess)
93 if (process_type == switches::kNaClBrokerProcess)
  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc 43 std::string process_type = local
  /external/chromium/chrome/common/
profiling.cc 25 std::string process_type = local
27 std::string type = process_type.empty() ?
28 std::string("browser") : std::string(process_type);
63 std::string process_type = local
69 if (process_type == process_type_to_start)
  /external/chromium_org/chrome/app/
breakpad_linux_impl.h 51 const char* process_type; // Process type, e.g. "renderer". member in struct:BreakpadInfo
52 unsigned process_type_length; // Length of |process_type|.
chrome_main_delegate.cc 159 static void AdjustLinuxOOMScore(const std::string& process_type) {
179 if (process_type == switches::kPluginProcess ||
180 process_type == switches::kPpapiPluginProcess) {
182 } else if (process_type == switches::kPpapiBrokerProcess) {
185 } else if (process_type == switches::kUtilityProcess ||
186 process_type == switches::kWorkerProcess ||
187 process_type == switches::kGpuProcess ||
188 process_type == switches::kServiceProcess) {
191 } else if (process_type == switches::kNaClLoaderProcess) {
194 } else if (process_type == switches::kZygoteProcess |
254 std::string process_type = local
547 << switches::kUtilityProcess << ", saw " << process_type; local
551 << switches::kNaClLoaderProcess << ", saw " << process_type; local
557 << switches::kNaClLoaderProcess << ", saw " << process_type; local
573 std::string process_type = local
    [all...]
breakpad_linux.cc 595 info.process_type = "browser";
713 info.process_type = g_process_type;
751 const std::string process_type = local
753 const size_t process_type_len = process_type.size() + 1;
755 strncpy(g_process_type, process_type.c_str(), process_type_len);
1656 const std::string process_type = local
    [all...]
  /external/chromium_org/chrome/common/
profiling.cc 54 std::string process_type = local
56 std::string type = process_type.empty() ?
57 std::string("browser") : std::string(process_type);
128 std::string process_type = local
163 if (process_type == process_type_to_start)
  /external/chromium_org/content/browser/loader/
resource_message_filter.h 49 int process_type,
82 int process_type() const { return process_type_; } function in class:content::ResourceMessageFilter
resource_request_info_impl.h 43 int process_type,
97 int process_type() const { return process_type_; } function in class:content::ResourceRequestInfoImpl
resource_dispatcher_host_impl.cc 68 #include "content/public/common/process_type.h"
189 bool ShouldServiceRequest(int process_type,
193 if (process_type == PROCESS_TYPE_PLUGIN)
879 int process_type = filter_->process_type(); local
    [all...]
  /external/chromium_org/chrome/browser/
memory_details.h 14 #include "content/public/common/process_type.h"
35 int process_type,
61 int process_type; member in struct:ProcessMemoryInformation
chrome_content_browser_client.cc 491 std::string process_type = local
494 if (process_type == switches::kRendererProcess)
497 if (process_type == switches::kPluginProcess)
500 if (process_type == switches::kPpapiPluginProcess)
503 if (process_type == switches::kGpuProcess)
1360 std::string process_type = local
    [all...]
  /external/chromium_org/remoting/host/
host_main.cc 155 MainRoutineFn SelectMainRoutine(const std::string& process_type) {
158 if (process_type == kProcessTypeDaemon) {
160 } else if (process_type == kProcessTypeDesktop) {
162 } else if (process_type == kProcessTypeController) {
164 } else if (process_type == kProcessTypeRdpDesktopSession) {
166 } else if (process_type == kProcessTypeHost) {
168 } else if (process_type == kProcessTypeNativeMessagingHost) {
229 std::string process_type = kProcessTypeHost; local
231 process_type = command_line->GetSwitchValueASCII(kProcessTypeSwitchName);
244 process_type = kProcessTypeNativeMessagingHost
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 211 void CommonSubprocessInit(const std::string& process_type) {
287 static void Set(const std::string& process_type,
290 if (process_type.empty()) {
298 if (process_type == switches::kPluginProcess ||
299 process_type == switches::kPpapiPluginProcess) {
305 } else if (process_type == switches::kRendererProcess ||
314 if (process_type == switches::kUtilityProcess ||
370 std::string process_type = local
372 ContentClientInitializer::Set(process_type, delegate);
390 if (process_type == kMainFunctions[i].name
625 std::string process_type = variable
722 CommonSubprocessInit(process_type); variable
752 std::string process_type = variable
775 std::string process_type = variable
    [all...]
  /external/chromium_org/content/browser/
child_process_launcher.cc 204 std::string process_type = local
225 std::string process_type = local
239 process_type);
254 if (process_type == switches::kRendererProcess) {
  /external/chromium_org/content/zygote/
zygote_linux.cc 229 int Zygote::ForkWithRealPid(const std::string& process_type,
235 const bool use_helper = (helper_ && helper_->CanHelp(process_type,
373 std::string process_type; local
378 if (!pickle.ReadString(&iter, &process_type))
408 base::ProcessId child_pid = ForkWithRealPid(process_type, fds, channel_id,
429 LOG(ERROR) << "Zygote could not fork: process_type " << process_type
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 296 process_type(type) {}
304 process_type(ChildProcessInfo::UNKNOWN_PROCESS) {}
317 ChildProcessInfo::ProcessType process_type; member in struct:MetricsService::ChildProcessStats
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 211 #include "content/public/common/process_type.h"
343 explicit ChildProcessStats(int process_type)
348 process_type(process_type) {}
357 process_type(content::PROCESS_TYPE_UNKNOWN) {}
374 int process_type; member in struct:MetricsService::ChildProcessStats
661 if (!IsPluginProcess(data.process_type))
    [all...]

Completed in 477 milliseconds

1 2