Searched refs:shouldDeferImageLoad (Results 1 – 2 of 2) sorted by relevance
116 bool shouldDeferImageLoad(const KURL&) const;
976 bool ResourceFetcher::shouldDeferImageLoad(const KURL& url) const in shouldDeferImageLoad() function in WebCore::ResourceFetcher1300 if (resource->type() == Resource::Image && shouldDeferImageLoad(request.url())) in shouldRequest()