Searched defs:isAccessToURLWhiteListed (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DSecurityOrigin.cpp326 bool SecurityOrigin::isAccessToURLWhiteListed(const KURL& url) const function in class:WebCore::SecurityOrigin
340 return m_protocol == protocol || isAccessToURLWhiteListed(url);
343 return canLoadLocalResources() || isAccessToURLWhiteListed(url);

Completed in 55 milliseconds