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

/external/chromium_org/content/child/
H A Dsite_isolation_policy.h71 GURL response_url; member in struct:content::SiteIsolationResponseMetaData
88 const GURL& response_url,
93 // Examines the first network packet in case response_url is registered as a
122 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::Type 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.cc107 void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) { argument
110 std::string unescaped_path = net::UnescapeURLComponent(response_url.path(),
117 if (response_url.path().length() > 1) {
H A Dresource_dispatcher.h133 GURL response_url; member in struct:content::ResourceDispatcher::PendingRequestInfo
H A Dresource_dispatcher.cc365 request_info->response_url,
512 // We update the response_url here so that we can send it to
514 request_info->response_url = new_url;
689 response_url(request_url),
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc935 GURL response_url(request.url());
936 if (original_request_url.GetOrigin() != response_url.GetOrigin()) {

Completed in 404 milliseconds