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

  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc 69 plugin_delegate_(NULL),
83 if (plugin_delegate_)
84 plugin_delegate_->Unregister(plugin_dispatcher_id_);
167 plugin_delegate_ = delegate;
168 plugin_dispatcher_id_ = plugin_delegate_->Register(this);
plugin_dispatcher.h 177 PluginDelegate* plugin_delegate_; member in class:ppapi::proxy::PluginDispatcher

Completed in 43 milliseconds