Searched refs:schemesForbiddenFromDomainRelaxation (Results 1 – 2 of 2) sorted by relevance
176 static HashSet<String>& schemesForbiddenFromDomainRelaxation() in schemesForbiddenFromDomainRelaxation() function188 schemesForbiddenFromDomainRelaxation().add(scheme); in setDomainRelaxationForbiddenForURLScheme()190 schemesForbiddenFromDomainRelaxation().remove(scheme); in setDomainRelaxationForbiddenForURLScheme()198 return schemesForbiddenFromDomainRelaxation().contains(scheme); in isDomainRelaxationForbiddenForURLScheme()
9047 (WebCore::schemesForbiddenFromDomainRelaxation): Added. Returns a9050 Add or remove the scheme to schemesForbiddenFromDomainRelaxation, as9053 Returns true if the scheme is in schemesForbiddenFromDomainRelaxation.