Home
last modified time | relevance | path

Searched refs:forPreload (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFetchRequest.h57 bool forPreload() const { return m_forPreload; } in forPreload() function
58 void setForPreload(bool forPreload) { m_forPreload = forPreload; } in setForPreload() argument
DResourceFetcher.cpp288 … && canRequest(Resource::Image, requestURL, request.options(), request.forPreload(), request.origi… in fetchImage()
432 …Type type, const KURL& url, const ResourceLoaderOptions& options, bool forPreload, FetchRequest::O… in canRequest() argument
439 if (!forPreload) in canRequest()
592 …data(), request.charset().latin1().data(), request.priority(), request.forPreload(), ResourceTypeN… in requestResource()
600 … if (!canRequest(type, url, request.options(), request.forPreload(), request.originRestriction())) in requestResource()
609 …mineRevalidationPolicy(type, request.mutableResourceRequest(), request.forPreload(), resource.get(… in requestResource()
632 if (!request.forPreload() || policy != Use) { in requestResource()
674 if (request.forPreload()) in requestResource()
829 …RevalidationPolicy(Resource::Type type, ResourceRequest& request, bool forPreload, Resource* exist… in determineRevalidationPolicy() argument
835 if (forPreload && existingResource->isPreloaded()) in determineRevalidationPolicy()
DResourceFetcher.h179 …icy determineRevalidationPolicy(Resource::Type, ResourceRequest&, bool forPreload, Resource* exist…
185 …bool canRequest(Resource::Type, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchR…
/external/chromium_org/third_party/WebKit/Source/web/
DWebCachedURLRequest.cpp62 bool WebCachedURLRequest::forPreload() const in forPreload() function in blink::WebCachedURLRequest
64 return m_private->forPreload(); in forPreload()
/external/chromium_org/third_party/WebKit/public/web/
DWebCachedURLRequest.h53 BLINK_EXPORT bool forPreload() const;