Searched refs:ProcessProxy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.h28 class ProcessProxy : public base::RefCountedThreadSafe<ProcessProxy> { class in namespace:chromeos
30 ProcessProxy();
52 friend class base::RefCountedThreadSafe<ProcessProxy>;
54 ~ProcessProxy();
94 DISALLOW_COPY_AND_ASSIGN(ProcessProxy);
H A Dprocess_proxy.cc40 ProcessProxy::ProcessProxy(): process_launched_(false), function in class:chromeos::ProcessProxy
48 bool ProcessProxy::Open(const std::string& command, pid_t* pid) {
69 bool ProcessProxy::StartWatchingOnThread(
94 base::Bind(&ProcessProxy::OnProcessOutput,
108 void ProcessProxy::OnProcessOutput(ProcessOutputType type,
115 base::Bind(&ProcessProxy::CallOnProcessOutputCallback,
119 void ProcessProxy::CallOnProcessOutputCallback(ProcessOutputType type,
130 bool ProcessProxy::StopWatching() {
140 void ProcessProxy
[all...]
H A Dprocess_proxy_registry.h28 // Info we need about a ProcessProxy instance.
30 scoped_refptr<ProcessProxy> proxy;
43 // Starts new ProcessProxy (which starts new process).
H A Dprocess_proxy_registry.cc82 scoped_refptr<ProcessProxy> proxy(new ProcessProxy());
99 // Save info for newly created proxy. We cannot do this before ProcessProxy is

Completed in 74 milliseconds