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

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h87 virtual bool GetFormValue(base::string16* value) = 0;
H A Dwebplugin_delegate_impl.cc192 bool WebPluginDelegateImpl::GetFormValue(base::string16* value) { function in class:content::WebPluginDelegateImpl
193 return instance_->GetFormValue(value);
H A Dplugin_instance.h156 bool GetFormValue(base::string16* value);
H A Dwebplugin_delegate_impl.h100 virtual bool GetFormValue(base::string16* value) OVERRIDE;
H A Dplugin_instance.cc179 bool PluginInstance::GetFormValue(base::string16* value) { function in class:content::PluginInstance
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h69 virtual bool GetFormValue(base::string16* value) OVERRIDE;
H A Dwebplugin_delegate_proxy.cc755 bool WebPluginDelegateProxy::GetFormValue(base::string16* value) { function in class:content::WebPluginDelegateProxy
H A Dwebplugin_impl.cc294 if (!delegate_->GetFormValue(&form_value))
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc325 *success = delegate_->GetFormValue(value);

Completed in 107 milliseconds