Home | History | Annotate | Download | only in core

Lines Matching defs:precache

5 #include "components/precache/core/precache_fetcher.h"
14 #include "components/precache/core/precache_switches.h"
15 #include "components/precache/core/proto/precache.pb.h"
25 namespace precache {
39 // The precache config settings URL could not be determined, so return an
55 // The precache manifest URL prefix could not be determined, so return an
61 // Construct the URL of the precache manifest for the given starting URL.
140 DCHECK(precache_delegate_); // Precache delegate must be non-NULL.
143 << "Could not determine the precache config settings URL.";
145 << "Could not determine the precache manifest URL prefix.";
157 // Fetch the precache configuration settings from the server.
189 // There are no more URLs to fetch, so end the precache cycle.
255 } // namespace precache