Home
last modified time | relevance | path

Searched refs:plugin_delegate_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dplugin_dispatcher.cc127 plugin_delegate_(NULL), in PluginDispatcher()
143 if (plugin_delegate_) in ~PluginDispatcher()
144 plugin_delegate_->Unregister(plugin_dispatcher_id_); in ~PluginDispatcher()
223 plugin_delegate_ = delegate; in InitPluginWithChannel()
224 plugin_dispatcher_id_ = plugin_delegate_->Register(this); in InitPluginWithChannel()
H A Dplugin_dispatcher.h231 PluginDelegate* plugin_delegate_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dplugin_dispatcher.cc124 plugin_delegate_(NULL), in PluginDispatcher()
140 if (plugin_delegate_) in ~PluginDispatcher()
141 plugin_delegate_->Unregister(plugin_dispatcher_id_); in ~PluginDispatcher()
220 plugin_delegate_ = delegate; in InitPluginWithChannel()
221 plugin_dispatcher_id_ = plugin_delegate_->Register(this); in InitPluginWithChannel()
H A Dplugin_dispatcher.h231 PluginDelegate* plugin_delegate_; variable