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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 43 class MixedContentChecker {
44 WTF_MAKE_NONCOPYABLE(MixedContentChecker);
46 MixedContentChecker(Frame*);
MixedContentChecker.cpp 30 #include "core/loader/MixedContentChecker.h"
41 MixedContentChecker::MixedContentChecker(Frame* frame)
46 FrameLoaderClient* MixedContentChecker::client() const
52 bool MixedContentChecker::isMixedContent(SecurityOrigin* securityOrigin, const KURL& url)
61 bool MixedContentChecker::canDisplayInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
76 bool MixedContentChecker::canRunInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
91 void MixedContentChecker::logWarning(bool allowed, const String& action, const KURL& target) const

Completed in 2602 milliseconds