Home
last modified time | relevance | path

Searched refs:isPreload (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/loader/
DCache.h99 …(DocLoader*, CachedResource::Type, const KURL& url, const String& charset, bool isPreload = false);
DDocLoader.h112 …stResource(CachedResource::Type, const String& url, const String& charset, bool isPreload = false);
DDocLoader.cpp206 …equestResource(CachedResource::Type type, const String& url, const String& charset, bool isPreload) in requestResource() argument
223 CachedResource* resource = cache()->requestResource(this, type, fullURL, charset, isPreload); in requestResource()