shouldTreatURLSchemeAsCORSEnabled  215 Source/core/fetch/CrossOriginAccessControl.cpp     if (!SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(requestURL.protocol())) {
shouldTreatURLSchemeAsCORSEnabled  103 Source/core/loader/DocumentThreadableLoader.cpp         if (!SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(request.url().protocol())) {
shouldTreatURLSchemeAsCORSEnabled   79 Source/platform/weborigin/SchemeRegistry.h     static bool shouldTreatURLSchemeAsCORSEnabled(const String& scheme);