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

  /external/chromium/chrome/browser/nacl_host/
nacl_broker_service_win.h 15 class NaClProcessHost;
27 bool LaunchLoader(NaClProcessHost* client,
34 // Called by NaClProcessHost when a loader process is terminated
38 typedef std::map<std::wstring, NaClProcessHost*>
nacl_process_host.h 18 // channel. There will be one NaClProcessHost per NaCl process
23 class NaClProcessHost : public BrowserChildProcessHost {
25 explicit NaClProcessHost(const std::wstring& url);
26 ~NaClProcessHost();
70 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
nacl_process_host.cc 47 struct NaClProcessHost::NaClInternal {
52 NaClProcessHost::NaClProcessHost(const std::wstring& url)
64 NaClProcessHost::~NaClProcessHost() {
86 bool NaClProcessHost::Launch(
133 bool NaClProcessHost::LaunchSelLdr() {
169 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) {
174 base::TerminationStatus NaClProcessHost::GetChildTerminationStatus(
181 void NaClProcessHost::OnChildDied()
    [all...]
nacl_broker_service_win.cc 26 bool NaClBrokerService::LaunchLoader(NaClProcessHost* nacl_process_host,
44 NaClProcessHost* client;
  /external/chromium_org/chrome/browser/nacl_host/
nacl_broker_service_win.h 15 class NaClProcessHost;
27 bool LaunchLoader(base::WeakPtr<NaClProcessHost> client,
34 // Called by NaClProcessHost when a loader process is terminated
37 bool LaunchDebugExceptionHandler(base::WeakPtr<NaClProcessHost> client,
47 typedef std::map<std::string, base::WeakPtr<NaClProcessHost> >
49 typedef std::map<int, base::WeakPtr<NaClProcessHost> >
nacl_process_host.h 39 // channel. There will be one NaClProcessHost per NaCl process
44 class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
52 NaClProcessHost(const GURL& manifest_url,
60 virtual ~NaClProcessHost();
96 explicit PluginListener(NaClProcessHost* host);
100 NaClProcessHost* host_;
198 base::WeakPtrFactory<NaClProcessHost> weak_factory_;
221 DISALLOW_COPY_AND_ASSIGN(NaClProcessHost);
nacl_broker_service_win.cc 31 base::WeakPtr<NaClProcessHost> nacl_process_host,
53 NaClProcessHost* client = it->second.get();
71 base::WeakPtr<NaClProcessHost> nacl_process_host, int32 pid,
87 NaClProcessHost* client = it->second.get();
nacl_process_host.cc 158 struct NaClProcessHost::NaClInternal {
169 NaClProcessHost::PluginListener::PluginListener(NaClProcessHost* host)
173 bool NaClProcessHost::PluginListener::OnMessageReceived(
178 NaClProcessHost::NaClProcessHost(const GURL& manifest_url,
218 NaClProcessHost::~NaClProcessHost() {
257 void NaClProcessHost::EarlyStartup(NaClBrowserDelegate* delegate) {
279 void NaClProcessHost::Launch
    [all...]
nacl_host_message_filter.cc 88 NaClProcessHost* host = new NaClProcessHost(
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 89 NaClProcessHost* host = new NaClProcessHost(url);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]
chrome_content_browser_client.cc     [all...]

Completed in 427 milliseconds