Home
last modified time | relevance | path

Searched refs:canRunInsecureContent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DMixedContentChecker.h58 bool canRunInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const in canRunInsecureContent() function
DPingLoader.cpp124 …if (!frame->loader().mixedContentChecker()->canRunInsecureContent(frame->document()->securityOrigi… in start()
DMixedContentChecker.cpp319 …if (top != m_frame && !toLocalFrame(top)->loader().mixedContentChecker()->canRunInsecureContent(to… in canRunInsecureContentInternal()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp570 …return frame->loader().mixedContentChecker()->canRunInsecureContent(document().securityOrigin(), u… in pluginIsLoadable()