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

/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h177 Referrer referrer_flag);
192 Referrer referrer_flag,
247 Referrer referrer_flag,
265 void SetReferrer(blink::WebURLRequest* request, Referrer referrer_flag);
268 bool IsValidUrl(const GURL& url, Referrer referrer_flag);
H A Dwebplugin_impl.cc653 bool WebPluginImpl::IsValidUrl(const GURL& url, Referrer referrer_flag) { argument
654 if (referrer_flag == PLUGIN_SRC &&
685 Referrer referrer_flag) {
721 if (!WebPluginImpl::IsValidUrl(complete_url, referrer_flag))
731 SetReferrer(&request, referrer_flag);
1162 Referrer referrer_flag,
1176 notify_id, referrer_flag);
1200 if (!WebPluginImpl::IsValidUrl(complete_url, referrer_flag))
1233 SetReferrer(&request, referrer_flag);
1249 len, NULL, referrer_flag, notify_redirect
676 RouteToFrame( const char* url, bool is_javascript_url, bool popups_allowed, const char* method, const char* target, const char* buf, unsigned int len, int notify_id, Referrer referrer_flag) argument
1155 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
1263 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
1518 SetReferrer(blink::WebURLRequest* request, Referrer referrer_flag) argument
[all...]

Completed in 161 milliseconds