Searched refs:original_module_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc592 if (original_module_.get())
593 original_module_->InstanceDeleted(this);
1407 // If this is *not* a NaCl plugin, original_module_ will never be set; we talk
1409 scoped_refptr<PluginModule> module = original_module_ ? original_module_ :
2635 original_module_ = module_;
2705 module == original_module_.get();
H A Dpepper_plugin_instance_impl.h494 // method fixes that be checking that either module_ or original_module_ match
661 scoped_refptr<PluginModule> original_module_; member in class:content::PepperPluginInstanceImpl

Completed in 86 milliseconds