Searched defs:MixedContentChecker (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DMixedContentChecker.h43 class MixedContentChecker { class in namespace:WebCore
44 WTF_MAKE_NONCOPYABLE(MixedContentChecker);
46 MixedContentChecker(LocalFrame*);
50 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Display);
55 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution);
59 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::WebSocket);
H A DMixedContentChecker.cpp30 #include "core/loader/MixedContentChecker.h"
42 MixedContentChecker::MixedContentChecker(LocalFrame* frame) function in class:WebCore::MixedContentChecker
47 FrameLoaderClient* MixedContentChecker::client() const
53 bool MixedContentChecker::isMixedContent(SecurityOrigin* securityOrigin, const KURL& url)
62 bool MixedContentChecker::canDisplayInsecureContentInternal(SecurityOrigin* securityOrigin, const KURL& url, const MixedContentType type) const
77 bool MixedContentChecker::canRunInsecureContentInternal(SecurityOrigin* securityOrigin, const KURL& url, const MixedContentType type) const
93 bool MixedContentChecker::canSubmitToInsecureForm(SecurityOrigin* securityOrigin, const KURL& url) const
101 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Submission);
104 void MixedContentChecker
[all...]

Completed in 94 milliseconds