Home
last modified time | relevance | path

Searched refs:isDomainRelaxationForbiddenForURLScheme (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DSecurityOrigin.h60 static bool isDomainRelaxationForbiddenForURLScheme(const String&);
DSecurityOrigin.cpp193 bool SecurityOrigin::isDomainRelaxationForbiddenForURLScheme(const String& scheme) in isDomainRelaxationForbiddenForURLScheme() function in WebCore::SecurityOrigin
/external/webkit/Source/WebCore/dom/
DDocument.cpp3737 if (SecurityOrigin::isDomainRelaxationForbiddenForURLScheme(securityOrigin()->protocol())) { in setDomain()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-299052 (WebCore::SecurityOrigin::isDomainRelaxationForbiddenForURLScheme):