Searched refs:shouldDeferImageLoad (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceFetcher.h114 bool shouldDeferImageLoad(const KURL&) const;
H A DResourceFetcher.cpp1087 bool ResourceFetcher::shouldDeferImageLoad(const KURL& url) const function in class:blink::ResourceFetcher
1400 if (resource->type() == Resource::Image && shouldDeferImageLoad(request.url()))

Completed in 52 milliseconds