HomeSort by relevance Sort by last modified time
    Searched refs:AllowSubdomains (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/weborigin/
OriginAccessEntry.cpp 43 ASSERT(subdomainSetting == AllowSubdomains || subdomainSetting == DisallowSubdomains);
58 if (m_subdomainSettings == AllowSubdomains && m_host.isEmpty())
OriginAccessEntry.h 43 AllowSubdomains,
47 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol.
SecurityPolicy.cpp 122 list->append(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains));
139 size_t index = list->find(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains));

Completed in 52 milliseconds