Home | History | Annotate | Download | only in prerender

Lines Matching defs:prerender

11 #include "chrome/browser/prerender/prerender_manager.h"
19 namespace prerender {
23 // A class representing a running prerender to a client of the PrerenderManager.
26 // prerender). Calls on the handle of a prerender that is not running at no-ops.
27 // Destroying a handle before a prerender starts will prevent it from ever
29 // prerender, without making any calls to the observer.
35 // Signals that the prerender has started running.
38 // Signals that the prerender has had its load event.
41 // Signals that the prerender has had its 'DOMContentLoaded' event.
44 // Signals that the prerender has stopped running.
47 // Signals that this prerender has just become a MatchComplete replacement.
63 // prerender. The prerender will likely stay alive briefly though, in case we
67 // The launcher has taken explicit action to remove this prerender (for
69 // the handle. If the prerender handle is already invalid, this call does
73 // True if this prerender is currently active.
76 // True if we started a prerender, and it has finished loading.
79 // True if the prerender is currently active, but is abandoned.
84 // Returns whether the prerender matches the URL provided.
89 // Returns whether this PrerenderHandle represents the same prerender as
93 // Retrieves the SessionStorageNamespace of the underlying prerender, if
97 // Returns the child id of the prerender.
123 } // namespace prerender