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

  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 50 class PrerenderContentsFactoryImpl : public PrerenderContents::Factory {
52 virtual PrerenderContents* CreatePrerenderContents(
55 return new PrerenderContents(prerender_manager, profile, url, alias_urls,
60 PrerenderContents::PrerenderContents(PrerenderManager* prerender_manager,
76 LOG(DFATAL) << "PrerenderContents given invalid URL " << prerender_url_;
81 LOG(DFATAL) << "PrerenderContents given invalid URL " << prerender_url_;
86 PrerenderContents::Factory* PrerenderContents::CreateFactory() {
90 void PrerenderContents::StartPrerendering()
    [all...]
prerender_observer.h 17 class PrerenderContents;
prerender_manager.h 73 // Allows PrerenderContents to remove itself when prerendering should
75 void RemoveEntry(PrerenderContents* entry);
77 // Retrieves the PrerenderContents object for the specified URL, if it
79 // PrerenderContents object and is responsible for freeing it.
81 PrerenderContents* GetEntry(const GURL& url);
139 PrerenderContents::Factory* prerender_contents_factory);
156 // Deletes stale prerendered PrerenderContents.
157 // Also identifies and kills PrerenderContents that use too much
165 virtual PrerenderContents* CreatePrerenderContents(
170 // Finds the specified PrerenderContents and returns it, if it exists
    [all...]
prerender_manager.cc 92 PrerenderContents* contents_;
94 PrerenderContentsData(PrerenderContents* contents, base::Time start_time)
118 prerender_contents_factory_(PrerenderContents::CreateFactory()),
133 PrerenderContents::Factory* prerender_contents_factory) {
180 // TODO(cbentzel): Move invalid checks here instead of PrerenderContents?
211 PrerenderContents* pc = it->contents_;
261 PrerenderContents* PrerenderManager::GetEntry(const GURL& url) {
266 PrerenderContents* pc = it->contents_;
278 scoped_ptr<PrerenderContents> pc(GetEntry(url));
303 // RenderViewHosts in PrerenderContents start out hidden
    [all...]
prerender_contents.h 45 class PrerenderContents : public RenderViewHostDelegate,
50 // PrerenderContents::Create uses the currently registered Factory to create
51 // the PrerenderContents. Factory is intended for testing.
57 virtual PrerenderContents* CreatePrerenderContents(
65 virtual ~PrerenderContents();
97 // Set the final status for how the PrerenderContents was used. This
193 PrerenderContents(PrerenderManager* prerender_manager, Profile* profile,
276 // Maximum amount of private memory that may be used per PrerenderContents,
280 DISALLOW_COPY_AND_ASSIGN(PrerenderContents);
prerender_manager_unittest.cc 18 class DummyPrerenderContents : public PrerenderContents {
23 : PrerenderContents(prerender_manager, NULL, url,
33 : PrerenderContents(prerender_manager, NULL, url, alias_urls, GURL()),
81 void SetNextPrerenderContents(PrerenderContents* pc) {
96 PrerenderContents* next_pc() { return next_pc_.get(); }
115 virtual PrerenderContents* CreatePrerenderContents(
125 scoped_ptr<PrerenderContents> next_pc_;
prerender_browsertest.cc 50 // PrerenderContents that stops the UI message loop on DidStopLoading().
51 class TestPrerenderContents : public PrerenderContents {
59 : PrerenderContents(prerender_manager, profile, url, alias_urls,
75 PrerenderContents::DidStopLoading();
90 class WaitForLoadPrerenderContentsFactory : public PrerenderContents::Factory {
104 virtual PrerenderContents* CreatePrerenderContents(
173 // Make sure the PrerenderContents found earlier was used or removed
571 // Make sure the PrerenderContents for the next url is now in the manager
606 // Make sure the PrerenderContents for the next urls are now in the manager
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 29 class PrerenderContents;

Completed in 213 milliseconds