Home
last modified time | relevance | path

Searched defs:forPreload (Results 1 – 3 of 3) 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()
DResourceFetcher.cpp487 …e::Type type, const KURL& url, const ResourceLoaderOptions& options, bool forPreload, FetchRequest… in canRequest()
905 …ineRevalidationPolicy(Resource::Type type, ResourceRequest& request, bool forPreload, Resource* ex… in determineRevalidationPolicy()
/external/chromium_org/third_party/WebKit/Source/web/
DWebCachedURLRequest.cpp62 bool WebCachedURLRequest::forPreload() const in forPreload() function in blink::WebCachedURLRequest