Searched defs:process_type (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/chrome/nacl/
H A Dnacl_exe_win_64.cc24 std::string process_type = local
28 breakpad::InitCrashReporter(process_type);
/external/chromium_org/content/public/browser/
H A Dchild_process_data.h17 int process_type; member in struct:content::ChildProcessData
33 explicit ChildProcessData(int process_type) argument
34 : process_type(process_type), id(0), handle(base::kNullProcessHandle) {
H A Dbrowser_child_process_host_iterator.h53 explicit BrowserChildProcessHostTypeIterator(int process_type) argument
54 : BrowserChildProcessHostIterator(process_type) {}
/external/chromium_org/chrome/browser/task_profiler/
H A Dtask_profiler_data_serializer_unittest.cc14 #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\""
23 ExpectSerialization( const tracked_objects::ProcessDataSnapshot& process_data, int process_type, const std::string& expected_json) argument
H A Dtask_profiler_data_serializer.cc13 #include "content/public/common/process_type.h"
84 int process_type,
97 dictionary->SetString("process_type",
98 content::GetProcessTypeNameInEnglish(process_type));
82 ToValue( const ProcessDataSnapshot& process_data, int process_type, base::DictionaryValue* dictionary) argument
/external/chromium_org/content/public/app/
H A Dcontent_main_delegate.h42 virtual void SandboxInitialized(const std::string& process_type) {} argument
46 const std::string& process_type,
50 virtual void ProcessExiting(const std::string& process_type) {} argument
57 const std::string& process_type);
62 virtual bool ShouldSendMachPort(const std::string& process_type);
67 virtual bool DelaySandboxInitialization(const std::string& process_type);
H A Dcontent_main_delegate.cc24 const std::string& process_type,
32 const std::string& process_type) {
36 bool ContentMainDelegate::ShouldSendMachPort(const std::string& process_type) { argument
41 const std::string& process_type) {
23 RunProcess( const std::string& process_type, const content::MainFunctionParams& main_function_params) argument
31 ProcessRegistersWithSystemProcess( const std::string& process_type) argument
40 DelaySandboxInitialization( const std::string& process_type) argument
/external/chromium_org/ash/shell/content_client/
H A Dshell_main_delegate.cc23 std::string process_type = local
/external/chromium_org/chrome/app/android/
H A Dchrome_main_delegate_android.cc25 const std::string& process_type) {
26 ChromeMainDelegate::SandboxInitialized(process_type);
30 const std::string& process_type,
33 if (process_type.empty()) {
51 return ChromeMainDelegate::RunProcess(process_type, main_function_params);
24 SandboxInitialized( const std::string& process_type) argument
29 RunProcess( const std::string& process_type, const content::MainFunctionParams& main_function_params) argument
/external/chromium_org/chrome/common/
H A Dchrome_paths_android.cc52 bool ProcessNeedsProfileDir(const std::string& process_type) { argument
H A Dchrome_paths_win.cc104 bool ProcessNeedsProfileDir(const std::string& process_type) { argument
109 if (process_type.empty() || process_type == switches::kServiceProcess)
113 if (process_type == switches::kNaClBrokerProcess ||
114 process_type == switches::kNaClLoaderProcess) {
H A Dchrome_paths_linux.cc138 bool ProcessNeedsProfileDir(const std::string& process_type) { argument
H A Dprofiling.cc55 std::string process_type = local
57 std::string type = process_type.empty() ?
58 std::string("browser") : std::string(process_type);
129 std::string process_type = local
161 if (process_type == process_type_to_start)
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_win_64.cc53 std::string process_type = local
69 << process_type;
73 if (process_type == switches::kNaClLoaderProcess)
76 if (process_type == switches::kNaClBrokerProcess)
/external/chromium_org/content/common/
H A Dhandle_enumerator_win.cc54 std::string process_type = local
57 base::string16 output = ASCIIToUTF16(process_type);
/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc72 std::string process_type; local
76 args->GetNext(&process_type);
82 if (process_type == "browser") {
/external/chromium_org/content/shell/app/
H A Dshell_crash_reporter_client.cc65 const std::string& process_type) {
66 return process_type == switches::kRendererProcess ||
67 process_type == switches::kPluginProcess ||
68 process_type == switches::kPpapiPluginProcess ||
69 process_type == switches::kZygoteProcess ||
70 process_type == switches::kGpuProcess;
64 EnableBreakpadForProcess( const std::string& process_type) argument
/external/chromium_org/ui/views_content_client/
H A Dviews_content_main_delegate.cc44 std::string process_type = local
/external/chromium_org/chrome/browser/performance_monitor/
H A Dprocess_metrics_history.cc15 #include "content/public/common/process_type.h"
41 int process_type,
45 process_type_ = process_type;
40 Initialize(base::ProcessHandle process_handle, int process_type, int initial_update_sequence) argument
H A Dperformance_monitor.cc72 int process_type,
83 .Initialize(handle, process_type, current_update_sequence);
100 MarkProcessAsAlive(handle, child_process_data.process_type,
71 MarkProcessAsAlive(const base::ProcessHandle& handle, int process_type, int current_update_sequence) argument
/external/chromium_org/content/browser/loader/
H A Dresource_message_filter.cc19 int process_type,
27 process_type_(process_type),
17 ResourceMessageFilter( int child_id, int process_type, ChromeAppCacheService* appcache_service, ChromeBlobStorageContext* blob_storage_context, storage::FileSystemContext* file_system_context, ServiceWorkerContextWrapper* service_worker_context, const GetContextsCallback& get_contexts_callback) argument
/external/chromium_org/content/browser/
H A Dprofiler_controller_impl.cc44 int process_type) {
52 process_type));
59 process_type);
41 OnProfilerDataCollected( int sequence_number, const tracked_objects::ProcessDataSnapshot& profiler_data, int process_type) argument
H A Dprofiler_message_filter.cc14 ProfilerMessageFilter::ProfilerMessageFilter(int process_type) argument
16 process_type_(process_type) {
/external/chromium_org/android_webview/lib/main/
H A Daw_main_delegate.cc109 void AwMainDelegate::SandboxInitialized(const std::string& process_type) { argument
114 const std::string& process_type,
116 if (process_type.empty()) {
134 void AwMainDelegate::ProcessExiting(const std::string& process_type) { argument
113 RunProcess( const std::string& process_type, const content::MainFunctionParams& main_function_params) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dprofiler_ui.cc175 int process_type) {
179 process_type,
173 ReceivedProfilerData( const tracked_objects::ProcessDataSnapshot& profiler_data, int process_type) argument

Completed in 2914 milliseconds

123