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

  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.h 21 class NaClBrokerHost : public content::BrowserChildProcessHostDelegate {
23 NaClBrokerHost();
24 ~NaClBrokerHost();
59 DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost);
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...]

Completed in 246 milliseconds