Home
last modified time | relevance | path

Searched refs:NaClProcessHost (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dnacl_process_host.cc206 struct NaClProcessHost::NaClInternal {
217 NaClProcessHost::PluginListener::PluginListener(NaClProcessHost* host) in PluginListener()
221 bool NaClProcessHost::PluginListener::OnMessageReceived( in OnMessageReceived()
226 NaClProcessHost::NaClProcessHost(const GURL& manifest_url, in NaClProcessHost() function in nacl::NaClProcessHost
268 NaClProcessHost::~NaClProcessHost() { in ~NaClProcessHost()
308 void NaClProcessHost::OnProcessCrashed(int exit_status) { in OnProcessCrashed()
318 void NaClProcessHost::EarlyStartup() { in EarlyStartup()
339 void NaClProcessHost::Launch( in Launch()
413 void NaClProcessHost::OnChannelConnected(int32 peer_pid) { in OnChannelConnected()
421 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) { in OnProcessLaunchedByBroker()
[all …]
Dnacl_broker_service_win.h17 class NaClProcessHost; variable
29 bool LaunchLoader(base::WeakPtr<NaClProcessHost> client,
39 bool LaunchDebugExceptionHandler(base::WeakPtr<NaClProcessHost> client,
49 typedef std::map<std::string, base::WeakPtr<NaClProcessHost> >
51 typedef std::map<int, base::WeakPtr<NaClProcessHost> >
Dnacl_process_host.h46 class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
63 NaClProcessHost(const GURL& manifest_url,
72 virtual ~NaClProcessHost();
110 explicit PluginListener(NaClProcessHost* host);
114 NaClProcessHost* host_;
213 base::WeakPtrFactory<NaClProcessHost> weak_factory_;
237 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
Dnacl_broker_service_win.cc33 base::WeakPtr<nacl::NaClProcessHost> nacl_process_host, in LaunchLoader()
55 NaClProcessHost* client = it->second.get(); in OnLoaderLaunched()
73 base::WeakPtr<NaClProcessHost> nacl_process_host, int32 pid, in LaunchDebugExceptionHandler()
89 NaClProcessHost* client = it->second.get(); in OnDebugExceptionHandlerLaunched()
Dnacl_host_message_filter.cc70 NaClProcessHost* host = new NaClProcessHost( in OnLaunchNaCl()
/external/chromium/chrome/browser/nacl_host/
Dnacl_process_host.cc47 struct NaClProcessHost::NaClInternal {
52 NaClProcessHost::NaClProcessHost(const std::wstring& url) in NaClProcessHost() function in NaClProcessHost
64 NaClProcessHost::~NaClProcessHost() { in ~NaClProcessHost()
86 bool NaClProcessHost::Launch( in Launch()
133 bool NaClProcessHost::LaunchSelLdr() { in LaunchSelLdr()
169 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) { in OnProcessLaunchedByBroker()
174 base::TerminationStatus NaClProcessHost::GetChildTerminationStatus( in GetChildTerminationStatus()
181 void NaClProcessHost::OnChildDied() { in OnChildDied()
188 void NaClProcessHost::OnProcessLaunched() { in OnProcessLaunched()
243 void NaClProcessHost::SendStartMessage() { in SendStartMessage()
[all …]
Dnacl_process_host.h23 class NaClProcessHost : public BrowserChildProcessHost {
25 explicit NaClProcessHost(const std::wstring& url);
26 ~NaClProcessHost();
70 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
Dnacl_broker_service_win.h15 class NaClProcessHost; variable
27 bool LaunchLoader(NaClProcessHost* client,
38 typedef std::map<std::wstring, NaClProcessHost*>
Dnacl_broker_service_win.cc26 bool NaClBrokerService::LaunchLoader(NaClProcessHost* nacl_process_host, in LaunchLoader()
44 NaClProcessHost* client; in OnLoaderLaunched()
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc89 NaClProcessHost* host = new NaClProcessHost(url); in OnLaunchNaCl()
/external/chromium_org/chrome/browser/
Dchrome_browser_main.cc1492 base::Bind(nacl::NaClProcessHost::EarlyStartup)); in PreMainMessageLoopRunImpl()
Dchrome_content_browser_client.cc2396 nacl::NaClProcessHost* host = static_cast<nacl::NaClProcessHost*>( in GetExternalBrowserPpapiHost()