HomeSort by relevance Sort by last modified time
    Searched defs:PrerenderContents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 93 const int PrerenderContents::kNumCookieStatuses =
97 const int PrerenderContents::kNumCookieSendTypes = COOKIE_SEND_TYPE_MAX;
99 class PrerenderContentsFactoryImpl : public PrerenderContents::Factory {
101 virtual PrerenderContents* CreatePrerenderContents(
105 return new PrerenderContents(prerender_manager, profile,
112 class PrerenderContents::WebContentsDelegateImpl
115 explicit WebContentsDelegateImpl(PrerenderContents* prerender_contents)
197 PrerenderContents* prerender_contents_;
200 void PrerenderContents::Observer::OnPrerenderStopLoading(
201 PrerenderContents* contents)
    [all...]
prerender_contents.h 52 class PrerenderContents : public content::NotificationObserver,
54 public base::SupportsWeakPtr<PrerenderContents> {
56 // PrerenderContents::Create uses the currently registered Factory to create
57 // the PrerenderContents. Factory is intended for testing.
65 virtual PrerenderContents* CreatePrerenderContents(
80 virtual void OnPrerenderStart(PrerenderContents* contents) = 0;
83 virtual void OnPrerenderStopLoading(PrerenderContents* contents);
86 virtual void OnPrerenderDomContentLoaded(PrerenderContents* contents);
88 // Signals that the prerender has stopped running. A PrerenderContents with
91 virtual void OnPrerenderStop(PrerenderContents* contents) = 0
    [all...]

Completed in 622 milliseconds