Home | History | Annotate | Download | only in prerender

Lines Matching defs:prerender

16 namespace prerender {
18 // Parse the --prerender= command line switch, which controls prerendering. If
30 // Returns true iff the Prerender Local Predictor is enabled.
50 // Returns true if the local predictor should prerender, but only as control
55 // Returns true if the local predictor should prefetch rather than prerender.
58 // Returns true if we should query the prerender service for the profile
62 // Indicates whether we should query the prerender service for the current URL
67 // Returns the URL prefix to be used for the prerender service. The only thing
71 // Returns the prerender service behavior ID that should be passed to the
72 // to the prerender service in requests.
75 // Returns the fetch timeout to be used for the prerender service, in ms.
84 // Returns the half-life time to use to decay local predictor prerender
107 // Indicates whether no prerender cookie stores should be used for prerendering.
110 } // namespace prerender