Searched defs:plugin_delegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc237 WebPluginDelegateProxy* plugin_delegate = new WebPluginDelegateProxy( local
242 npp_ = plugin_delegate->GetPluginNPP();
249 bool ok = plugin_delegate->Initialize(
252 plugin_delegate->PluginDestroyed();
270 delegate_ = plugin_delegate;
1433 WebPluginDelegateProxy* plugin_delegate = new WebPluginDelegateProxy( local
1439 npp_ = plugin_delegate->GetPluginNPP();
1442 bool ok = plugin_delegate && plugin_delegate->Initialize(
1452 delegate_ = plugin_delegate;
[all...]

Completed in 135 milliseconds