Searched refs:mixedContentChecker (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInImageElement.cpp327 if (frame->loader() && !frame->loader()->mixedContentChecker()->canRunInsecureContent(document()->securityOrigin(), url))
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.h89 MixedContentChecker* mixedContentChecker() const { return &m_mixedContentChecker; } function in class:WebCore::FrameLoader
H A DDocumentThreadableLoader.cpp442 if (!top->loader()->mixedContentChecker()->canDisplayInsecureContent(top->document()->securityOrigin(), requestURL)) {
H A DDocumentLoader.cpp474 if (!parent->loader()->mixedContentChecker()->canRunInsecureContent(parent->document()->securityOrigin(), newRequest.url())) {
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DResourceFetcher.cpp316 if (!f->loader()->mixedContentChecker()->canRunInsecureContent(m_document->securityOrigin(), url))
329 if (!top->loader()->mixedContentChecker()->canDisplayInsecureContent(top->document()->securityOrigin(), url))
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp829 return frame()->loader()->mixedContentChecker()->canRunInsecureContent(frame()->document()->securityOrigin(), url);

Completed in 271 milliseconds