Searched refs:shouldDeferImageLoad (Results 1 – 2 of 2) sorted by relevance
114 bool shouldDeferImageLoad(const KURL&) const;
1087 bool ResourceFetcher::shouldDeferImageLoad(const KURL& url) const in shouldDeferImageLoad() function in blink::ResourceFetcher1400 if (resource->type() == Resource::Image && shouldDeferImageLoad(request.url())) in canAccessRedirect()