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

  /external/chromium_org/content/public/common/
child_process_host.h 27 class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
29 virtual ~ChildProcessHost() {}
36 static ChildProcessHost* Create(ChildProcessHostDelegate* delegate);
  /external/chromium_org/mojo/shell/
child_process_host.h 28 class ChildProcessHost {
36 ChildProcessHost(Context* context,
39 virtual ~ChildProcessHost();
78 DISALLOW_COPY_AND_ASSIGN(ChildProcessHost);
child_process_host.cc 24 ChildProcessHost::ChildProcessHost(Context* context,
36 ChildProcessHost::~ChildProcessHost() {
38 LOG(WARNING) << "Destroying ChildProcessHost with unjoined child";
44 void ChildProcessHost::Start() {
52 base::Bind(&ChildProcessHost::DoLaunch, base::Unretained(this)),
53 base::Bind(&ChildProcessHost::DidLaunch, base::Unretained(this))));
56 int ChildProcessHost::Join() {
66 bool ChildProcessHost::DoLaunch()
    [all...]
app_child_process_host.h 20 // A subclass of |ChildProcessHost| to host a |TYPE_APP| child process, which
25 class AppChildProcessHost : public ChildProcessHost,
26 public ChildProcessHost::Delegate {
37 // |ChildProcessHost::Delegate| methods:
child_process_host_unittest.cc 21 class TestChildProcessHostDelegate : public ChildProcessHost::Delegate {
42 ChildProcessHost child_process_host(&context,
app_child_process_host.cc 21 : ChildProcessHost(context, this, ChildProcess::TYPE_APP),
  /external/chromium_org/content/public/browser/
browser_child_process_host.h 26 class ChildProcessHost;
51 // Returns the ChildProcessHost object used by this object.
52 virtual ChildProcessHost* GetHost() const = 0;
  /external/chromium_org/content/common/
child_process_host_impl.h 39 class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
57 // This will never return ChildProcessHost::kInvalidUniqueID.
60 // ChildProcessHost implementation
71 friend class ChildProcessHost;
child_process_host_impl.cc 85 int ChildProcessHost::kInvalidUniqueID = -1;
88 ChildProcessHost* ChildProcessHost::Create(ChildProcessHostDelegate* delegate) {
93 base::FilePath ChildProcessHost::GetChildPath(int flags) {
  /external/chromium_org/chrome/browser/signin/
chrome_signin_client.cc 39 using content::ChildProcessHost;
49 : profile_(profile), signin_host_id_(ChildProcessHost::kInvalidUniqueID) {
83 DLOG_IF(WARNING, signin_host_id_ != ChildProcessHost::kInvalidUniqueID)
93 signin_host_id_ = ChildProcessHost::kInvalidUniqueID;
97 return process_id != ChildProcessHost::kInvalidUniqueID &&
102 return signin_host_id_ != ChildProcessHost::kInvalidUniqueID;
112 signin_host_id_ = ChildProcessHost::kInvalidUniqueID;
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 53 virtual ChildProcessHost* GetHost() const OVERRIDE;
68 // Removes this host from the host list. Calls ChildProcessHost::ForceShutdown
109 scoped_ptr<ChildProcessHost> child_process_host_;
utility_process_host_impl.cc 39 ChildProcessHost* host)
109 child_flags_(ChildProcessHost::CHILD_ALLOW_SELF),
111 child_flags_(ChildProcessHost::CHILD_NORMAL),
208 // |switches::kUtilityCmdPrefix|. See ChildProcessHost::GetChildPath() for
211 child_flags = ChildProcessHost::CHILD_NORMAL;
214 base::FilePath exe_path = ChildProcessHost::GetChildPath(child_flags);
plugin_process_host.cc 101 explicit PluginSandboxedProcessLauncherDelegate(ChildProcessHost* host)
198 int flags = ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION;
200 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
201 ChildProcessHost::CHILD_NORMAL;
203 int flags = ChildProcessHost::CHILD_NORMAL;
206 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
ppapi_plugin_process_host.cc 43 ChildProcessHost* host)
298 int flags = plugin_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
299 ChildProcessHost::CHILD_NORMAL;
301 int flags = ChildProcessHost::CHILD_NORMAL;
303 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
plugin_loader_posix.cc 138 host->set_child_flags(ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION);
browser_child_process_host_impl.cc 102 child_process_host_.reset(ChildProcessHost::Create(this));
167 ChildProcessHost* BrowserChildProcessHostImpl::GetHost() const {
  /external/chromium_org/chrome/browser/printing/
print_job_unittest.cc 30 : printing::PrintJobWorker(content::ChildProcessHost::kInvalidUniqueID,
31 content::ChildProcessHost::kInvalidUniqueID,
printing_message_filter.cc 404 host_id = content::ChildProcessHost::kInvalidUniqueID;
405 routing_id = content::ChildProcessHost::kInvalidUniqueID;
  /external/chromium_org/chrome/service/
service_utility_process_host.h 25 class ChildProcessHost;
145 scoped_ptr<content::ChildProcessHost> child_process_host_;
service_utility_process_host.cc 34 using content::ChildProcessHost;
161 child_process_host_.reset(ChildProcessHost::Create(this));
254 int flags = ChildProcessHost::CHILD_ALLOW_SELF;
256 int flags = ChildProcessHost::CHILD_NORMAL;
258 return ChildProcessHost::GetChildPath(flags);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc 250 DCHECK(process_id != ChildProcessHost::kInvalidUniqueID);
257 DCHECK(process_id != ChildProcessHost::kInvalidUniqueID);
356 DCHECK(process_id != ChildProcessHost::kInvalidUniqueID);
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 76 using content::ChildProcessHost;
157 NaClSandboxedProcessLauncherDelegate(ChildProcessHost* host)
545 int flags = ChildProcessHost::CHILD_NO_PIE;
547 int flags = ChildProcessHost::CHILD_ALLOW_SELF;
549 int flags = ChildProcessHost::CHILD_NORMAL;
552 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags);
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 149 ChildProcessHost* host)
862 int child_flags = gpu_launcher.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
863 ChildProcessHost::CHILD_NORMAL;
865 int child_flags = ChildProcessHost::CHILD_NORMAL;
868 base::FilePath exe_path = ChildProcessHost::GetChildPath(child_flags);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 566 int flags = renderer_prefix.empty() ? ChildProcessHost::CHILD_ALLOW_SELF :
567 ChildProcessHost::CHILD_NORMAL;
569 int flags = ChildProcessHost::CHILD_NORMAL;
574 base::FilePath renderer_path = ChildProcessHost::GetChildPath(flags);
    [all...]

Completed in 643 milliseconds