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

1 2 3 4

  /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) {
profiler_subscriber.h 30 int process_type) = 0;
browser_child_process_host_iterator.h 52 explicit BrowserChildProcessHostTypeIterator(int process_type)
53 : BrowserChildProcessHostIterator(process_type) {}
  /external/chromium_org/content/public/app/
content_main_delegate.h 39 virtual void SandboxInitialized(const std::string& process_type) {}
43 const std::string& process_type,
47 virtual void ProcessExiting(const std::string& process_type) {}
54 const std::string& process_type);
59 virtual bool ShouldSendMachPort(const std::string& process_type);
64 virtual bool DelaySandboxInitialization(const std::string& process_type);
content_main_delegate.cc 22 const std::string& process_type,
30 const std::string& process_type) {
34 bool ContentMainDelegate::ShouldSendMachPort(const std::string& process_type) {
39 const std::string& process_type) {
  /external/chromium_org/content/common/
sandbox_init_mac.cc 38 std::string process_type =
40 if (process_type.empty()) {
43 } else if (process_type == switches::kRendererProcess) {
45 } else if (process_type == switches::kUtilityProcess) {
50 } else if (process_type == switches::kWorkerProcess) {
53 } else if (process_type == switches::kGpuProcess) {
57 } else if ((process_type == switches::kPluginProcess) ||
58 (process_type == switches::kPpapiBrokerProcess)) {
60 } else if (process_type == switches::kPpapiPluginProcess) {
sandbox_seccomp_bpf_linux.h 26 // Should the sandbox be enabled for process_type ?
27 static bool ShouldEnableSeccompBpf(const std::string& process_type);
31 // Start the sandbox and apply the policy for process_type, depending on
33 static bool StartSandbox(const std::string& 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...]
sandbox_linux.h 72 bool StartSeccompBpf(const std::string& process_type);
76 bool LimitAddressSpace(const std::string& process_type);
  /external/chromium_org/chrome/app/android/
chrome_main_delegate_android.cc 23 const std::string& process_type) {
24 ChromeMainDelegate::SandboxInitialized(process_type);
28 const std::string& process_type,
31 if (process_type.empty()) {
39 return ChromeMainDelegate::RunProcess(process_type, main_function_params);
chrome_main_delegate_android.h 26 virtual void SandboxInitialized(const std::string& process_type) OVERRIDE;
29 const std::string& process_type,
  /external/chromium_org/chrome/app/
chrome_main_delegate.h 23 virtual void SandboxInitialized(const std::string& process_type) OVERRIDE;
25 const std::string& process_type,
27 virtual void ProcessExiting(const std::string& process_type) OVERRIDE;
30 const std::string& process_type) OVERRIDE;
31 virtual bool ShouldSendMachPort(const std::string& process_type) OVERRIDE;
33 const std::string& process_type) OVERRIDE;
46 const std::string& 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...]
  /external/chromium_org/chrome/browser/metrics/
tracking_synchronizer_observer.h 17 // Received |profiler_data| from a single process of |process_type|.
22 int process_type) = 0;
tracking_synchronizer.h 78 int process_type) OVERRIDE;
97 int process_type);
  /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/chrome/browser/task_profiler/
task_profiler_data_serializer.h 27 // Writes the contents of |process_data| and |process_type| into |dictionary|.
29 int process_type,
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/chrome/browser/ui/webui/
profiler_ui.h 26 int process_type) OVERRIDE;
  /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/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/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/common/
chrome_paths_win.cc 114 bool ProcessNeedsProfileDir(const std::string& process_type) {
120 return process_type.empty() ||
121 process_type == switches::kServiceProcess ||
122 process_type == switches::kNaClBrokerProcess ||
123 process_type == switches::kNaClLoaderProcess ||
124 process_type == switches::kPpapiBrokerProcess;
  /external/chromium_org/content/browser/loader/
resource_message_filter.cc 17 int process_type,
24 process_type_(process_type),
  /external/chromium_org/content/browser/
profiler_message_filter.cc 14 ProfilerMessageFilter::ProfilerMessageFilter(int process_type)
15 : process_type_(process_type) {

Completed in 723 milliseconds

1 2 3 4