HomeSort by relevance Sort by last modified time
    Searched refs:ChildProcessHost (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/content/public/common/
child_process_host.h 23 class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
25 virtual ~ChildProcessHost() {}
28 static ChildProcessHost* Create(
  /external/chromium_org/content/public/browser/
browser_child_process_host.h 27 class ChildProcessHost;
57 // Returns the ChildProcessHost object used by this object.
58 virtual ChildProcessHost* GetHost() const = 0;
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 53 virtual ChildProcessHost* GetHost() const OVERRIDE;
62 // Removes this host from the host list. Calls ChildProcessHost::ForceShutdown
104 scoped_ptr<ChildProcessHost> child_process_host_;
utility_process_host_impl.cc 119 child_flags_(ChildProcessHost::CHILD_ALLOW_SELF),
121 child_flags_(ChildProcessHost::CHILD_NORMAL),
218 // |switches::kUtilityCmdPrefix|. See ChildProcessHost::GetChildPath() for
221 child_flags = ChildProcessHost::CHILD_NORMAL;
224 base::FilePath exe_path = ChildProcessHost::GetChildPath(child_flags);
plugin_process_host.cc 166 int flags = ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION;
168 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
169 ChildProcessHost::CHILD_NORMAL;
171 int flags = ChildProcessHost::CHILD_NORMAL;
174 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
ppapi_plugin_process_host.cc 267 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
268 ChildProcessHost::CHILD_NORMAL;
270 int flags = ChildProcessHost::CHILD_NORMAL;
272 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
browser_child_process_host_impl.cc 102 child_process_host_.reset(ChildProcessHost::Create(this));
178 ChildProcessHost* BrowserChildProcessHostImpl::GetHost() const {
plugin_loader_posix.cc 112 host->set_child_flags(ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION);
  /external/chromium_org/content/common/
child_process_host_impl.h 31 class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
54 // ChildProcessHost implementation
65 friend class ChildProcessHost;
child_process_host_impl.cc 83 ChildProcessHost* ChildProcessHost::Create(ChildProcessHostDelegate* delegate) {
88 base::FilePath ChildProcessHost::GetChildPath(int flags) {
  /external/chromium_org/chrome/service/
service_utility_process_host.h 30 class ChildProcessHost;
140 scoped_ptr<content::ChildProcessHost> child_process_host_;
service_utility_process_host.cc 57 using content::ChildProcessHost;
65 child_process_host_.reset(ChildProcessHost::Create(this));
174 int flags = ChildProcessHost::CHILD_ALLOW_SELF;
176 int flags = ChildProcessHost::CHILD_NORMAL;
178 return ChildProcessHost::GetChildPath(flags);
  /external/chromium_org/chrome/browser/service/
service_process_control.cc 28 using content::ChildProcessHost;
118 int flags = ChildProcessHost::CHILD_ALLOW_SELF;
120 int flags = ChildProcessHost::CHILD_NORMAL;
123 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 67 using content::ChildProcessHost;
431 int flags = ChildProcessHost::CHILD_NO_PIE;
433 int flags = nacl_loader_prefix.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
434 ChildProcessHost::CHILD_NORMAL;
436 int flags = ChildProcessHost::CHILD_NORMAL;
439 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
    [all...]
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 155 int flags = ChildProcessHost::CHILD_ALLOW_SELF;
157 int flags = ChildProcessHost::CHILD_NORMAL;
160 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
  /external/chromium/chrome/common/
service_process_util.cc 260 FilePath exe_path = ChildProcessHost::GetChildPath(false);
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc     [all...]
  /external/chromium/chrome/browser/service/
service_process_control.cc 125 FilePath exe_path = ChildProcessHost::GetChildPath(true);
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 486 int flags = renderer_prefix.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
487 ChildProcessHost::CHILD_NORMAL;
489 int flags = ChildProcessHost::CHILD_NORMAL;
494 base::FilePath renderer_path = ChildProcessHost::GetChildPath(flags);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 178 using content::ChildProcessHost;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 579 milliseconds