shouldUseInnerURL   79 Source/core/frame/csp/CSPSourceList.cpp     KURL effectiveURL = SecurityOrigin::shouldUseInnerURL(url) ? SecurityOrigin::extractInnerURL(url) : url;
shouldUseInnerURL   97 Source/platform/weborigin/SecurityOrigin.cpp     KURL innerURL = SecurityOrigin::shouldUseInnerURL(url) ? SecurityOrigin::extractInnerURL(url) : url;
shouldUseInnerURL  189 Source/platform/weborigin/SecurityOrigin.cpp     if (shouldUseInnerURL(url))
shouldUseInnerURL  220 Source/platform/weborigin/SecurityOrigin.cpp     if (shouldUseInnerURL(url) && SchemeRegistry::shouldTreatURLSchemeAsSecure(extractInnerURL(url).protocol()))
shouldUseInnerURL   67 Source/platform/weborigin/SecurityOrigin.h     static bool shouldUseInnerURL(const KURL&);