/external/chromium/webkit/glue/ |
site_isolation_metrics.h | 33 static void SniffCrossOriginHTML(const WebKit::WebURL& response_url, 36 static void RemoveCompletedResponse(const WebKit::WebURL& response_url);
|
ftp_directory_listing_response_delegate.h | 36 void Init(const GURL& response_url);
|
site_isolation_metrics.cc | 191 void SiteIsolationMetrics::SniffCrossOriginHTML(const WebURL& response_url, 194 if (!response_url.isValid()) 201 cross_origin_text_html_response_set.find(response_url.spec()); 205 bool successful = net::SniffMimeType(data, len, response_url, 216 const WebURL& response_url) { 217 if (!response_url.isValid()) 224 cross_origin_text_html_response_set.find(response_url.spec());
|
ftp_directory_listing_response_delegate.cc | 95 void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) { 98 std::string unescaped_path = UnescapeURLComponent(response_url.path(), 105 if (response_url.path().length() > 1) {
|
/external/chromium_org/webkit/child/ |
ftp_directory_listing_response_delegate.h | 36 void Init(const GURL& response_url);
|
ftp_directory_listing_response_delegate.cc | 102 void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) { 105 std::string unescaped_path = net::UnescapeURLComponent(response_url.path(), 112 if (response_url.path().length() > 1) {
|
/external/chromium_org/content/child/ |
site_isolation_policy.h | 66 const GURL& response_url, 71 // Examines the first network packet in case response_url is registered as a 98 GURL response_url; member in struct:content::SiteIsolationPolicy::ResponseMetaData 128 static bool IsSameSite(const GURL& frame_origin, const GURL& response_url);
|
site_isolation_policy.cc | 172 const GURL& response_url, 194 if (!IsBlockableScheme(response_url)) 197 if (IsSameSite(frame_origin, response_url)) 215 if (IsValidCorsHeaderSet(frame_origin, response_url, access_control_origin)) 224 resp_data.response_url = response_url; 356 LOG(ERROR) << resp_data.response_url 403 const GURL& response_url) { 405 if (!frame_origin.is_valid() || !response_url.is_valid()) 408 if (frame_origin.scheme() != response_url.scheme() [all...] |
resource_dispatcher.h | 109 GURL response_url; member in struct:content::ResourceDispatcher::PendingRequestInfo
|
resource_dispatcher.cc | 364 request_info->response_url, 497 // We update the response_url here so that we can send it to 499 request_info->response_url = new_url; 644 response_url(request_url),
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 916 GURL response_url(request.url()); 917 if (original_request_url.GetOrigin() != response_url.GetOrigin()) { [all...] |