HomeSort by relevance Sort by last modified time
    Searched refs: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_);
162 plugin_delegate_ = delegate;
163 plugin_dispatcher_id_ = plugin_delegate_->Register(this);
plugin_dispatcher.h 183 PluginDelegate* plugin_delegate_; member in class:ppapi::proxy::PluginDispatcher

Completed in 1778 milliseconds