Searched refs:shouldTreatURLSchemeAsCORSEnabled (Results 1 – 5 of 5) sorted by relevance
79 static bool shouldTreatURLSchemeAsCORSEnabled(const String& scheme);
265 bool SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(const String& scheme) in shouldTreatURLSchemeAsCORSEnabled() function in blink::SchemeRegistry
188 if (!SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(requestURL.protocol())) { in isLegalRedirectLocation()
348 if (SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(url.protocol())) in canFrameInsecureContent()
123 if (!SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(request.url().protocol())) { in makeCrossOriginAccessRequest()