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

/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc80 bool notify_redirects,
91 notify_redirects_(notify_redirects),
73 PluginURLFetcher(PluginStreamUrl* plugin_stream, const GURL& url, const GURL& first_party_for_cookies, const std::string& method, const char* buf, unsigned int len, const GURL& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, int render_view_id, unsigned long resource_id, bool copy_stream_data) argument
H A Dwebplugin_delegate_impl.cc316 bool notify_redirects,
328 referrer, notify_redirects, is_plugin_src_load, origin_pid,
308 FetchURL(unsigned long resource_id, int notify_id, const GURL& url, const GURL& first_party_for_cookies, const std::string& method, const char* buf, unsigned int len, const GURL& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, int render_view_id) argument
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc317 bool notify_redirects) {
345 params.notify_redirects = notify_redirects;
310 HandleURLRequest(const char* url, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, bool popups_allowed, bool notify_redirects) argument
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc1095 params.popups_allowed, params.notify_redirects);
1128 bool notify_redirects,
1143 params.notify_redirect = notify_redirects;
1120 FetchURL(unsigned long resource_id, int notify_id, const GURL& url, const GURL& first_party_for_cookies, const std::string& method, const char* buf, unsigned int len, const GURL& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, int render_view_id) argument
H A Dwebplugin_impl.cc224 bool notify_redirects; member in struct:content::WebPluginImpl::ClientInfo
912 if (!client_info->notify_redirects) {
1129 bool notify_redirects) {
1134 notify_redirects, false);
1145 bool notify_redirects,
1222 notify_redirects, is_plugin_src_load, 0,
1230 len, NULL, referrer_flag, notify_redirects,
1252 bool notify_redirects,
1270 info.notify_redirects = notify_redirects;
1122 HandleURLRequest(const char* url, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, bool popups_allowed, bool notify_redirects) argument
1137 HandleURLRequestInternal(const char* url, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, bool popups_allowed, Referrer referrer_flag, bool notify_redirects, bool is_plugin_src_load) argument
1244 InitiateHTTPRequest(unsigned long resource_id, WebPluginResourceClient* client, const GURL& url, const char* method, const char* buf, int buf_len, const char* range_info, Referrer referrer_flag, bool notify_redirects, bool is_plugin_src_load) argument
[all...]

Completed in 127 milliseconds