OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disallowsubdomains
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/page/
OriginAccessEntry.cpp
43
ASSERT(subdomainSetting == AllowSubdomains || subdomainSetting ==
DisallowSubdomains
);
66
if (m_subdomainSettings ==
DisallowSubdomains
)
OriginAccessEntry.h
44
DisallowSubdomains
SecurityOrigin.cpp
551
list->append(OriginAccessEntry(destinationProtocol, destinationDomains, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::
DisallowSubdomains
));
568
size_t index = list->find(OriginAccessEntry(destinationProtocol, destinationDomains, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::
DisallowSubdomains
));
Completed in 40 milliseconds