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"
42 MixedContentChecker::MixedContentChecker(Frame* frame)
47 FrameLoaderClient* MixedContentChecker::client() const
53 bool MixedContentChecker::isMixedContent(SecurityOrigin* securityOrigin, const KURL& url)
62 bool MixedContentChecker::canDisplayInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
77 bool MixedContentChecker::canRunInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
92 void MixedContentChecker::logWarning(bool allowed, const String& action, const KURL& target) const

Completed in 27 milliseconds