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

  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.h 12 class NaClBrokerHost : public BrowserChildProcessHost {
14 NaClBrokerHost();
15 ~NaClBrokerHost();
40 DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost);
nacl_broker_host_win.cc 17 NaClBrokerHost::NaClBrokerHost()
22 NaClBrokerHost::~NaClBrokerHost() {
25 bool NaClBrokerHost::Init() {
48 bool NaClBrokerHost::OnMessageReceived(const IPC::Message& msg) {
50 IPC_BEGIN_MESSAGE_MAP(NaClBrokerHost, msg)
57 bool NaClBrokerHost::LaunchLoader(
62 void NaClBrokerHost::OnLoaderLaunched(const std::wstring& loader_channel_id,
67 void NaClBrokerHost::StopBroker()
    [all...]
nacl_broker_service_win.cc 18 NaClBrokerHost* broker_host = new NaClBrokerHost;
30 NaClBrokerHost* broker_host = GetBrokerHost();
58 NaClBrokerHost* broker_host = GetBrokerHost();
64 NaClBrokerHost* NaClBrokerService::GetBrokerHost() {
69 NaClBrokerHost* broker_host = static_cast<NaClBrokerHost*>(*iter);
nacl_broker_service_win.h 30 // Called by NaClBrokerHost to notify the service that a loader was launched.
46 NaClBrokerHost* GetBrokerHost();
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 42 NaClBrokerHost::NaClBrokerHost() : is_terminating_(false) {
47 NaClBrokerHost::~NaClBrokerHost() {
50 bool NaClBrokerHost::Init() {
74 bool NaClBrokerHost::OnMessageReceived(const IPC::Message& msg) {
76 IPC_BEGIN_MESSAGE_MAP(NaClBrokerHost, msg)
85 bool NaClBrokerHost::LaunchLoader(const std::string& loader_channel_id) {
90 void NaClBrokerHost::OnLoaderLaunched(const std::string& loader_channel_id,
95 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 367 milliseconds