HomeSort by relevance Sort by last modified time
    Searched refs:canDisplayInsecureContentInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 55 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Display);
94 bool canDisplayInsecureContentInternal(SecurityOrigin*, const KURL&, const MixedContentType) const;
MixedContentChecker.cpp 278 bool MixedContentChecker::canDisplayInsecureContentInternal(SecurityOrigin* securityOrigin, const KURL& url, const MixedContentType type) const
350 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Display);
356 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::WebSocket);
371 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Submission);

Completed in 802 milliseconds