Searched defs:forPreload (Results 1 – 3 of 3) sorted by relevance
57 bool forPreload() const { return m_forPreload; } in forPreload() function58 void setForPreload(bool forPreload) { m_forPreload = forPreload; } in setForPreload()
487 …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()
62 bool WebCachedURLRequest::forPreload() const in forPreload() function in blink::WebCachedURLRequest