Home
last modified time | relevance | path

Searched refs:AllowSubdomains (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DOriginAccessEntry.cpp43 ASSERT(subdomainSetting == AllowSubdomains || subdomainSetting == DisallowSubdomains); in OriginAccessEntry()
58 if (m_subdomainSettings == AllowSubdomains && m_host.isEmpty()) in matchesOrigin()
DOriginAccessEntry.h43 AllowSubdomains, enumerator
DSecurityOrigin.cpp551 … destinationDomains, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAcces… in addOriginAccessWhitelistEntry()
568 … destinationDomains, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAcces… in removeOriginAccessWhitelistEntry()