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

  /external/chromium_org/components/nacl/browser/
nacl_process_host.h 98 friend class PluginListener;
106 // PluginListener that forwards any messages from untrusted code that aren't
108 class PluginListener : public IPC::Listener {
110 explicit PluginListener(NaClProcessHost* host);
181 // Called by PluginListener, so messages from the untrusted side of
231 PluginListener ipc_plugin_listener_;
nacl_process_host.cc 217 NaClProcessHost::PluginListener::PluginListener(NaClProcessHost* host)
221 bool NaClProcessHost::PluginListener::OnMessageReceived(
843 // Handle messages that have been forwarded from our PluginListener.
    [all...]

Completed in 59 milliseconds