OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NaClBrokerHost
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc
42
NaClBrokerHost
::
NaClBrokerHost
() : is_terminating_(false) {
47
NaClBrokerHost
::~
NaClBrokerHost
() {
50
bool
NaClBrokerHost
::Init() {
75
bool
NaClBrokerHost
::OnMessageReceived(const IPC::Message& msg) {
77
IPC_BEGIN_MESSAGE_MAP(
NaClBrokerHost
, msg)
86
bool
NaClBrokerHost
::LaunchLoader(const std::string& loader_channel_id) {
91
void
NaClBrokerHost
::OnLoaderLaunched(const std::string& loader_channel_id,
96
bool
NaClBrokerHost
::LaunchDebugExceptionHandler
[
all
...]
nacl_broker_host_win.h
21
class
NaClBrokerHost
: public content::BrowserChildProcessHostDelegate {
23
NaClBrokerHost
();
24
~
NaClBrokerHost
();
59
DISALLOW_COPY_AND_ASSIGN(
NaClBrokerHost
);
nacl_broker_service_win.cc
24
NaClBrokerHost
* broker_host = new
NaClBrokerHost
;
37
NaClBrokerHost
* broker_host = GetBrokerHost();
66
NaClBrokerHost
* broker_host = GetBrokerHost();
76
NaClBrokerHost
* broker_host = GetBrokerHost();
95
NaClBrokerHost
* NaClBrokerService::GetBrokerHost() {
98
NaClBrokerHost
* host = static_cast<
NaClBrokerHost
*>(iter.GetDelegate());
nacl_broker_service_win.h
32
// Called by
NaClBrokerHost
to notify the service that a loader was launched.
44
// Called by
NaClBrokerHost
to notify the service that a debug
59
NaClBrokerHost
* GetBrokerHost();
Completed in 1201 milliseconds