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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc652 if (original_module_.get())
653 original_module_->InstanceDeleted(this);
1567 // If this is *not* a NaCl plugin, original_module_ will never be set; we talk
1570 original_module_.get() ? original_module_ : module_;
2986 original_module_ = module_;
3051 return module == module_.get() || module == original_module_.get();
H A Dpepper_plugin_instance_impl.h541 // method fixes that be checking that either module_ or original_module_ match
715 scoped_refptr<PluginModule> original_module_; member in class:content::PepperPluginInstanceImpl

Completed in 99 milliseconds