HomeSort by relevance Sort by last modified time
    Searched refs:canRunInsecureContentInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 60 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution);
96 bool canRunInsecureContentInternal(SecurityOrigin*, const KURL&, const MixedContentType) const;
MixedContentChecker.cpp 309 bool MixedContentChecker::canRunInsecureContentInternal(SecurityOrigin* securityOrigin, const KURL& url, const MixedContentType type) const
349 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::Execution);
357 return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::WebSocket);

Completed in 100 milliseconds