isAccessToURLWhiteListed 370 Source/platform/weborigin/SecurityOrigin.cpp return m_protocol == protocol || SecurityPolicy::isAccessToURLWhiteListed(this, url); isAccessToURLWhiteListed 373 Source/platform/weborigin/SecurityOrigin.cpp return canLoadLocalResources() || SecurityPolicy::isAccessToURLWhiteListed(this, url); isAccessToURLWhiteListed 58 Source/platform/weborigin/SecurityPolicy.h static bool isAccessToURLWhiteListed(const SecurityOrigin* activeOrigin, const KURL&);