Home
last modified time | relevance | path

Searched refs:subdomainSettings (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DOriginAccessEntry.h53 SubdomainSetting subdomainSettings() const { return m_subdomainSettings; } in subdomainSettings() function
64 …tocol()) && equalIgnoringCase(a.host(), b.host()) && a.subdomainSettings() == b.subdomainSettings(…
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2422599 (WebCore::OriginAccessEntry::subdomainSettings): Added. Returns m_subdomainSettings.