Searched refs:forPreload (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedResourceLoader.cpp | 305 …, const String& resourceURL, const String& charset, ResourceLoadPriority priority, bool forPreload) in requestResource() argument 309 …y=%d, forPreload=%u", url.string().latin1().data(), charset.latin1().data(), priority, forPreload); in requestResource() 322 if (!forPreload) in requestResource() 339 switch (determineRevalidationPolicy(type, forPreload, resource)) { in requestResource() 426 …rceLoader::determineRevalidationPolicy(CachedResource::Type type, bool forPreload, CachedResource*… in determineRevalidationPolicy() argument 432 if (forPreload && existingResource->isPreloaded()) in determineRevalidationPolicy()
|
D | CachedResourceLoader.h | 124 …RevalidationPolicy determineRevalidationPolicy(CachedResource::Type, bool forPreload, CachedResour…
|