Searched refs:GetPluginScriptableObject (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h80 virtual NPObject* GetPluginScriptableObject() = 0;
H A Dwebplugin_delegate_impl.cc184 NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() { function in class:content::WebPluginDelegateImpl
185 return instance_->GetPluginScriptableObject();
H A Dplugin_instance.h153 NPObject* GetPluginScriptableObject();
H A Dwebplugin_delegate_impl.h92 virtual NPObject* GetPluginScriptableObject() OVERRIDE;
H A Dplugin_instance.cc173 NPObject *PluginInstance::GetPluginScriptableObject() { function in class:content::PluginInstance
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h67 virtual NPObject* GetPluginScriptableObject() OVERRIDE;
H A Dwebplugin_delegate_proxy.cc732 NPObject* WebPluginDelegateProxy::GetPluginScriptableObject() { function in class:content::WebPluginDelegateProxy
H A Dwebplugin_impl.cc284 return delegate_->GetPluginScriptableObject();
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc301 NPObject* object = delegate_->GetPluginScriptableObject();
316 // Release ref added by GetPluginScriptableObject (our stub holds its own).

Completed in 1873 milliseconds