OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkInsecureContent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h
186
bool
checkInsecureContent
(Resource::Type, const KURL&, MixedContentBlockingTreatment) const;
ResourceFetcher.cpp
380
bool ResourceFetcher::
checkInsecureContent
(Resource::Type type, const KURL& url, MixedContentBlockingTreatment treatment) const
531
if (!
checkInsecureContent
(type, url, options.mixedContentBlockingTreatment))
[
all
...]
Completed in 30 milliseconds