allowBaseURI     2790 Source/core/dom/Document.cpp     if (m_baseElementURL != baseElementURL && contentSecurityPolicy()->allowBaseURI(baseElementURL)) {
allowBaseURI       51 Source/core/frame/csp/CSPDirectiveList.h     bool allowBaseURI(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
allowBaseURI      475 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithURL<&CSPDirectiveList::allowBaseURI>(m_policies, url, reportingStatus);
allowBaseURI      122 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowBaseURI(const KURL&, ReportingStatus = SendReport) const;