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

  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.h 84 friend class PluginListener;
92 // PluginListener that forwards any messages from untrusted code that aren't
94 class PluginListener : public IPC::Listener {
96 explicit PluginListener(NaClProcessHost* host);
166 // Called by PluginListener, so messages from the untrusted side of
215 PluginListener ipc_plugin_listener_;
nacl_process_host.cc 169 NaClProcessHost::PluginListener::PluginListener(NaClProcessHost* host)
173 bool NaClProcessHost::PluginListener::OnMessageReceived(
770 // Handle messages that have been forwarded from our PluginListener.
    [all...]

Completed in 426 milliseconds