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

1 2

  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 24 std::string process_type = local
28 breakpad::InitCrashReporter(process_type);
  /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);"
62 std::string process_type; local
64 process_type = *v8::String::Utf8Value(args[0]);
68 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/components/nacl/loader/
nacl_helper_win_64.cc 53 std::string process_type = local
69 << process_type;
73 if (process_type == switches::kNaClLoaderProcess)
76 if (process_type == switches::kNaClBrokerProcess)
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 23 std::string process_type = local
  /external/chromium_org/content/common/
handle_enumerator_win.cc 52 std::string process_type = local
55 base::string16 output = ASCIIToUTF16(process_type);
  /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/
chrome_exe_main_win.cc 51 const std::string process_type = local
54 if (process_type.empty()) {
client_util.cc 290 std::string process_type = local
292 breakpad::InitCrashReporter(process_type);
chrome_main_delegate.cc 164 static void AdjustLinuxOOMScore(const std::string& process_type) {
184 if (process_type == switches::kPluginProcess ||
185 process_type == switches::kPpapiPluginProcess) {
187 } else if (process_type == switches::kPpapiBrokerProcess) {
190 } else if (process_type == switches::kUtilityProcess ||
191 process_type == switches::kWorkerProcess ||
192 process_type == switches::kGpuProcess ||
193 process_type == switches::kServiceProcess) {
196 } else if (process_type == switches::kNaClLoaderProcess) {
199 } else if (process_type == switches::kZygoteProcess |
538 << switches::kUtilityProcess << ", saw " << process_type; local
542 << switches::kNaClLoaderProcess << ", saw " << process_type; local
548 << switches::kNaClLoaderProcess << ", saw " << process_type; local
564 std::string process_type = local
822 std::string process_type = local
    [all...]
  /external/chromium_org/content/browser/loader/
resource_message_filter.h 46 int process_type,
78 int process_type() const { return process_type_; } function in class:content::ResourceMessageFilter
resource_request_info_impl.h 43 int process_type,
134 int process_type() const { return process_type_; } function in class:content::ResourceRequestInfoImpl
  /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/components/breakpad/app/
breakpad_linux_impl.h 51 const char* process_type; // Process type, e.g. "renderer". member in struct:breakpad::BreakpadInfo
52 unsigned process_type_length; // Length of |process_type|.
breakpad_win.cc 668 std::wstring process_type = ASCIIToWide(process_type_switch); local
669 if (process_type.empty())
670 process_type = L"browser";
680 GetCustomInfo(exe_path, process_type);
686 if (process_type == L"browser") {
689 } else if (process_type == L"service") {
694 if (process_type == L"browser") {
755 if (process_type != L"browser" &&
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 195 std::string process_type = local
201 breakpad::InitCrashReporter(process_type);
202 breakpad::InitCrashProcessInfo(process_type);
204 if (process_type != switches::kZygoteProcess) {
206 if (process_type.empty())
207 breakpad::InitCrashReporter(process_type);
209 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
211 breakpad::InitCrashReporter(process_type);
219 breakpad::InitCrashReporter(process_type);
227 const std::string& process_type,
246 std::string 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
  /external/chromium_org/remoting/host/
host_main.cc 134 MainRoutineFn SelectMainRoutine(const std::string& process_type) {
137 if (process_type == kProcessTypeHost) {
140 } else if (process_type == kProcessTypeDaemon) {
142 } else if (process_type == kProcessTypeDesktop) {
144 } else if (process_type == kProcessTypeController) {
146 } else if (process_type == kProcessTypeRdpDesktopSession) {
148 } else if (process_type == kProcessTypeNativeMessagingHost) {
210 std::string process_type = kProcessTypeHost; local
212 process_type = command_line->GetSwitchValueASCII(kProcessTypeSwitchName);
225 process_type = kProcessTypeNativeMessagingHost
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 219 void CommonSubprocessInit(const std::string& process_type) {
295 static void Set(const std::string& process_type,
298 if (process_type.empty()) {
306 if (process_type == switches::kPluginProcess ||
307 process_type == switches::kPpapiPluginProcess) {
313 } else if (process_type == switches::kRendererProcess ||
322 if (process_type == switches::kUtilityProcess ||
378 std::string process_type = local
380 ContentClientInitializer::Set(process_type, delegate);
398 if (process_type == kMainFunctions[i].name
656 std::string process_type = variable
752 CommonSubprocessInit(process_type); variable
782 std::string process_type = variable
805 std::string process_type = variable
    [all...]
  /external/chromium_org/content/browser/
child_process_launcher.cc 203 std::string process_type = local
245 process_type);
260 if (process_type == switches::kRendererProcess) {
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 49 const std::string process_type = local
53 process_type + ".";
226 bool LinuxSandbox::StartSeccompBPF(const std::string& process_type) {
230 seccomp_bpf_started_ = SandboxSeccompBPF::StartSandbox(process_type);
239 const std::string process_type = local
253 process_type));
259 "threads in process " + process_type;
266 if (process_type != switches::kGpuProcess)
281 LimitAddressSpace(process_type);
284 bool seccomp_bpf_started = StartSeccompBPF(process_type);
    [all...]
  /external/chromium_org/content/zygote/
zygote_linux.cc 284 int Zygote::ForkWithRealPid(const std::string& process_type,
290 const bool use_helper = (helper_ && helper_->CanHelp(process_type,
441 std::string process_type; local
446 if (!pickle.ReadString(&iter, &process_type))
476 base::ProcessId child_pid = ForkWithRealPid(process_type, mapping, channel_id,
497 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...]

Completed in 2140 milliseconds

1 2