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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DMixedContentChecker.cpp30 #include "core/loader/MixedContentChecker.h"
51 MixedContentChecker::MixedContentChecker(LocalFrame* frame) function in class:blink::MixedContentChecker
56 FrameLoaderClient* MixedContentChecker::client() const
62 bool MixedContentChecker::isMixedContent(SecurityOrigin* securityOrigin, const KURL& url)
72 MixedContentChecker::ContextType MixedContentChecker::contextTypeFromContext(WebURLRequest::RequestContext context)
128 const char* MixedContentChecker::typeNameFromContext(WebURLRequest::RequestContext context)
205 void MixedContentChecker::logToConsole(LocalFrame* frame, const KURL& url, WebURLRequest::RequestContext requestContext, bool allowed)
216 bool MixedContentChecker
[all...]

Completed in 790 milliseconds