OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NaClProcessHost
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/nacl_host/
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
...]
/external/chromium_org/components/nacl/browser/
nacl_process_host.h
41
// channel. There will be one
NaClProcessHost
per NaCl process
46
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
);
nacl_process_host.cc
206
struct
NaClProcessHost
::NaClInternal {
217
NaClProcessHost
::PluginListener::PluginListener(
NaClProcessHost
* host)
221
bool
NaClProcessHost
::PluginListener::OnMessageReceived(
226
NaClProcessHost
::
NaClProcessHost
(const GURL& manifest_url,
268
NaClProcessHost
::~
NaClProcessHost
() {
308
void
NaClProcessHost
::OnProcessCrashed(int exit_status) {
318
void
NaClProcessHost
::EarlyStartup()
[
all
...]
Completed in 221 milliseconds