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

12 3 4 5 6

  /external/chromium_org/components/metrics/profiler/
profiler_metrics_provider.h 33 int process_type);
profiler_metrics_provider.cc 14 #include "content/public/common/process_type.h"
23 int process_type) {
24 switch (process_type) {
80 int process_type,
104 tracked_object->set_process_type(AsProtobufProcessType(process_type));
133 int process_type) {
143 WriteProfilerData(process_data, process_type, &profiler_event_cache_);
  /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/remoting/host/
host_main.cc 137 MainRoutineFn SelectMainRoutine(const std::string& process_type) {
140 if (process_type == kProcessTypeHost) {
143 } else if (process_type == kProcessTypeDaemon) {
145 } else if (process_type == kProcessTypeDesktop) {
147 } else if (process_type == kProcessTypeController) {
149 } else if (process_type == kProcessTypeRdpDesktopSession) {
212 std::string process_type = kProcessTypeHost; local
214 process_type = command_line->GetSwitchValueASCII(kProcessTypeSwitchName);
217 MainRoutineFn main_routine = SelectMainRoutine(process_type);
220 process_type.c_str())
    [all...]
  /external/chromium_org/chrome/common/
chrome_paths_win.cc 104 bool ProcessNeedsProfileDir(const std::string& process_type) {
109 if (process_type.empty() || process_type == switches::kServiceProcess)
113 if (process_type == switches::kNaClBrokerProcess ||
114 process_type == switches::kNaClLoaderProcess) {
  /external/chromium_org/content/app/
content_main_runner.cc 172 void CommonSubprocessInit(const std::string& process_type) {
245 static void Set(const std::string& process_type,
249 if (process_type.empty()) {
258 if (process_type == switches::kPluginProcess ||
259 process_type == switches::kPpapiPluginProcess) {
265 } else if (process_type == switches::kRendererProcess ||
274 if (process_type == switches::kUtilityProcess ||
330 std::string process_type = local
332 ContentClientInitializer::Set(process_type, delegate);
343 if (process_type == kMainFunctions[i].name
617 std::string process_type = variable
730 CommonSubprocessInit(process_type); variable
757 std::string process_type = variable
782 std::string process_type = variable
    [all...]
  /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/shell/app/
shell_main_delegate.cc 206 std::string process_type = local
212 breakpad::InitCrashReporter(process_type);
213 breakpad::InitCrashProcessInfo(process_type);
215 if (process_type != switches::kZygoteProcess) {
217 if (process_type.empty())
218 breakpad::InitCrashReporter(process_type);
220 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
222 breakpad::InitCrashReporter(process_type);
230 breakpad::InitCrashReporter(process_type);
238 const std::string& process_type,
257 std::string process_type = local
    [all...]
  /external/chromium_org/tools/perf/metrics/
power.py 130 for (process_type, stats) in self._results.get('cpu_stats', {}).items():
131 trace_name_for_process = 'idle_wakeups_%s' % (process_type.lower())
176 for process_type in cpu_stats:
177 assert process_type in start_cpu_stats, 'Mismatching process types'
179 if (not cpu_stats[process_type]) or (not start_cpu_stats[process_type]):
182 if (('IdleWakeupCount' not in cpu_stats[process_type]) or
183 ('IdleWakeupCount' not in start_cpu_stats[process_type])):
186 assert isinstance(cpu_stats[process_type]['IdleWakeupCount'],
188 idle_wakeup_delta = (cpu_stats[process_type]['IdleWakeupCount']
    [all...]
  /external/chromium_org/content/browser/loader/
resource_message_filter.cc 19 int process_type,
27 process_type_(process_type),
  /external/chromium_org/content/browser/
profiler_message_filter.cc 14 ProfilerMessageFilter::ProfilerMessageFilter(int process_type)
16 process_type_(process_type) {
profiler_controller_impl.h 12 #include "content/public/common/process_type.h"
42 int process_type);
profiler_message_filter.h 21 explicit ProfilerMessageFilter(int process_type);
browser_child_process_host_impl.cc 29 #include "content/public/common/process_type.h"
63 int process_type,
65 return new BrowserChildProcessHostImpl(process_type, delegate);
95 int process_type,
97 : data_(process_type),
104 AddFilter(new ProfilerMessageFilter(process_type));
219 int process_type) {
220 UMA_HISTOGRAM_ENUMERATION("ChildProcess.BadMessgeTerminated", process_type,
259 HistogramBadMessageTerminated(data_.process_type);
285 data_.process_type,
    [all...]
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 28 if (!Done() && (*iterator_)->GetData().process_type != process_type_)
42 if (!all_ && (*iterator_)->GetData().process_type != process_type_)
browser_child_process_host.h 15 #include "content/public/common/process_type.h"
35 // |process_type| needs to be either an enum value from ProcessType or an
38 int process_type,
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.h 46 int process_type,
process_metrics_history.h 24 int process_type,
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.h 36 virtual void SandboxInitialized(const std::string& process_type) OVERRIDE;
38 const std::string& process_type,
40 virtual void ProcessExiting(const std::string& process_type) OVERRIDE;
aw_main_delegate.cc 109 void AwMainDelegate::SandboxInitialized(const std::string& process_type) {
114 const std::string& process_type,
116 if (process_type.empty()) {
134 void AwMainDelegate::ProcessExiting(const std::string& process_type) {
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.h 84 bool StartSeccompBPF(const std::string& process_type);
88 bool LimitAddressSpace(const std::string& process_type);
118 void CheckForBrokenPromises(const std::string& process_type);
  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider.cc 22 #include "content/public/common/process_type.h"
68 explicit ChildProcessStats(int process_type)
73 process_type(process_type) {}
82 process_type(content::PROCESS_TYPE_UNKNOWN) {}
99 int process_type; member in struct:PluginMetricsProvider::ChildProcessStats
272 if (!IsPluginProcess(stats.process_type))
303 if (stats.process_type == content::PROCESS_TYPE_UNKNOWN) {
306 stats.process_type = content::PROCESS_TYPE_PLUGIN;
308 DCHECK(IsPluginProcess(stats.process_type));
    [all...]
  /external/chromium_org/content/renderer/
memory_benchmarking_extension.cc 72 std::string process_type; local
76 args->GetNext(&process_type);
82 if (process_type == "browser") {
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 23 std::string process_type = local
  /external/chromium_org/components/crash/app/
breakpad_linux_impl.h 50 const char* process_type; // Process type, e.g. "renderer". member in struct:breakpad::BreakpadInfo
51 unsigned process_type_length; // Length of |process_type|.

Completed in 2214 milliseconds

12 3 4 5 6