Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.h186 bool checkInsecureContent(Resource::Type, const KURL&, MixedContentBlockingTreatment) const;
DResourceFetcher.cpp380 bool ResourceFetcher::checkInsecureContent(Resource::Type type, const KURL& url, MixedContentBlocki… in checkInsecureContent() function in WebCore::ResourceFetcher
531 if (!checkInsecureContent(type, url, options.mixedContentBlockingTreatment)) in canRequest()