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

  /external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer.h 24 // InstantNTPPrerenderer maintains a prerendered instance of InstantNTP.
31 // InstantNTPPrerenderer is owned by InstantService.
32 class InstantNTPPrerenderer
36 InstantNTPPrerenderer(Profile* profile, PrefService* prefs);
37 virtual ~InstantNTPPrerenderer();
46 // The NTP WebContents. May be NULL. InstantNTPPrerenderer retains ownership.
164 DISALLOW_COPY_AND_ASSIGN(InstantNTPPrerenderer);
instant_ntp_prerenderer.cc 47 InstantNTPPrerenderer::InstantNTPPrerenderer(Profile* profile,
57 base::Bind(&InstantNTPPrerenderer::ReloadStaleNTP,
61 base::Bind(&InstantNTPPrerenderer::OnDefaultSearchProviderChanged,
67 InstantNTPPrerenderer::~InstantNTPPrerenderer() {
71 void InstantNTPPrerenderer::PreloadInstantNTP() {
76 scoped_ptr<content::WebContents> InstantNTPPrerenderer::ReleaseNTPContents() {
91 content::WebContents* InstantNTPPrerenderer::GetNTPContents() const {
95 void InstantNTPPrerenderer::DeleteNTPContents()
    [all...]

Completed in 1857 milliseconds