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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.h 51 static bool shouldBlockFetch(LocalFrame*, const ResourceRequest&, const KURL&);
MixedContentChecker.cpp 216 bool MixedContentChecker::shouldBlockFetch(LocalFrame* frame, const ResourceRequest& resourceRequest, const KURL& url)
231 if (frame != localTop && shouldBlockFetch(localTop, resourceRequest, url))
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 582 return !MixedContentChecker::shouldBlockFetch(effectiveFrame, resourceRequest, url);
    [all...]

Completed in 92 milliseconds