Searched refs:checkInsecureContent (Results 1 – 2 of 2) sorted by relevance
186 bool checkInsecureContent(Resource::Type, const KURL&, MixedContentBlockingTreatment) const;
380 bool ResourceFetcher::checkInsecureContent(Resource::Type type, const KURL& url, MixedContentBlocki… in checkInsecureContent() function in WebCore::ResourceFetcher531 if (!checkInsecureContent(type, url, options.mixedContentBlockingTreatment)) in canRequest()