isMixedContent    290 Source/core/html/parser/XSSAuditor.cpp             if (MixedContentChecker::isMixedContent(document->securityOrigin(), xssProtectionReportURL)) {
isMixedContent     63 Source/core/loader/MixedContentChecker.cpp     if (!isMixedContent(securityOrigin, url))
isMixedContent     78 Source/core/loader/MixedContentChecker.cpp     if (!isMixedContent(securityOrigin, url))
isMixedContent     50 Source/core/loader/MixedContentChecker.h     static bool isMixedContent(SecurityOrigin*, const KURL&);
isMixedContent    303 Source/modules/websockets/WebSocket.cpp     if (MixedContentChecker::isMixedContent(executionContext()->securityOrigin(), m_url)) {