Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DMixedContentChecker.h48 bool canDisplayInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const in canDisplayInsecureContent() function
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp456 …if (!toLocalFrame(top)->loader().mixedContentChecker()->canDisplayInsecureContent(toLocalFrame(top… in checkInsecureContent()