Searched refs:response_url (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/child/
H A Dsite_isolation_policy.h69 GURL response_url; member in struct:content::SiteIsolationResponseMetaData
86 const GURL& response_url,
91 // Examines the first network packet in case response_url is registered as a
120 static bool IsSameSite(const GURL& frame_origin, const GURL& response_url);
H A Dftp_directory_listing_response_delegate.h39 void Init(const GURL& response_url);
H A Dsite_isolation_policy.cc144 const GURL& response_url,
166 if (!IsBlockableScheme(response_url))
169 if (IsSameSite(frame_origin, response_url))
187 if (IsValidCorsHeaderSet(frame_origin, response_url, access_control_origin))
197 resp_data->response_url = response_url;
300 LOG(ERROR) << resp_data->response_url
340 const GURL& response_url) {
342 if (!frame_origin.is_valid() || !response_url.is_valid())
345 if (frame_origin.scheme() != response_url
143 OnReceivedResponse(const GURL& frame_origin, const GURL& response_url, ResourceType resource_type, int origin_pid, const ResourceResponseInfo& info) argument
339 IsSameSite(const GURL& frame_origin, const GURL& response_url) argument
[all...]
H A Dftp_directory_listing_response_delegate.cc109 void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) { argument
112 std::string unescaped_path = net::UnescapeURLComponent(response_url.path(),
119 if (response_url.path().length() > 1) {
H A Dresource_dispatcher.h134 GURL response_url; member in struct:content::ResourceDispatcher::PendingRequestInfo
H A Dresource_dispatcher.cc361 // Updates the response_url if the response was fetched by a ServiceWorker,
365 request_info->response_url = response_head.original_url_via_service_worker;
372 request_info->response_url,
518 // We update the response_url here so that we can send it to
520 request_info->response_url = redirect_info.new_url;
695 response_url(request_url),
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc934 GURL response_url(request.url());
935 if (original_request_url.GetOrigin() != response_url.GetOrigin()) {

Completed in 320 milliseconds