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

/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.cc35 void PluginStreamUrl::URLRedirectResponse(bool allow) { function in class:content::PluginStreamUrl
37 plugin_url_fetcher_->URLRedirectResponse(allow);
39 instance()->webplugin()->URLRedirectResponse(allow, id_);
H A Dplugin_url_fetcher.cc177 void PluginURLFetcher::URLRedirectResponse(bool allow) { function in class:content::PluginURLFetcher
H A Dplugin_instance.cc682 void PluginInstance::URLRedirectResponse(bool allow, void* notify_data) { function in class:content::PluginInstance
691 plugin_stream_url->URLRedirectResponse(allow);
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc595 void WebPluginProxy::URLRedirectResponse(bool allow, int resource_id) { function in class:content::WebPluginProxy
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc798 void WebPluginImpl::URLRedirectResponse(bool allow, int resource_id) { function in class:content::WebPluginImpl

Completed in 2363 milliseconds