AllowSubdomains  3934 Source/core/dom/Document.cpp     OriginAccessEntry accessEntry(securityOrigin()->protocol(), newDomain, OriginAccessEntry::AllowSubdomains, ipAddressSetting);
AllowSubdomains    47 Source/platform/weborigin/OriginAccessEntry.cpp     ASSERT(subdomainSetting == AllowSubdomains || subdomainSetting == DisallowSubdomains);
AllowSubdomains    69 Source/platform/weborigin/OriginAccessEntry.cpp     if (m_subdomainSettings == AllowSubdomains && m_host.isEmpty())
AllowSubdomains    73 Source/platform/weborigin/OriginAccessEntryTest.cpp     OriginAccessEntry entry1("http", "google.com", OriginAccessEntry::AllowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress);
AllowSubdomains    74 Source/platform/weborigin/OriginAccessEntryTest.cpp     OriginAccessEntry entry2("http", "hamster.com", OriginAccessEntry::AllowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress);
AllowSubdomains    75 Source/platform/weborigin/OriginAccessEntryTest.cpp     OriginAccessEntry entry3("http", "com", OriginAccessEntry::AllowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress);
AllowSubdomains   126 Source/platform/weborigin/SecurityPolicy.cpp     list->append(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress));
AllowSubdomains   143 Source/platform/weborigin/SecurityPolicy.cpp     size_t index = list->find(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains, OriginAccessEntry::TreatIPAddressAsIPAddress));