Searched refs:InstantTab (Results 1 – 4 of 4) sorted by relevance
11 InstantTab::InstantTab(InstantPage::Delegate* delegate, in InstantTab() function in InstantTab16 InstantTab::~InstantTab() { in ~InstantTab()19 void InstantTab::Init(content::WebContents* contents) { in Init()24 void InstantTab::EmitNtpStatistics(content::WebContents* contents) { in EmitNtpStatistics()28 bool InstantTab::ShouldProcessAboutToNavigateMainFrame() { in ShouldProcessAboutToNavigateMainFrame()
16 class InstantTab : public InstantPage {18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);19 virtual ~InstantTab();32 DISALLOW_COPY_AND_ASSIGN(InstantTab);
24 class InstantTab; variable84 virtual InstantTab* instant_tab() const;144 scoped_ptr<InstantTab> instant_tab_;
115 InstantTab::EmitNtpStatistics(contents); in TabDeactivated()136 InstantTab* InstantController::instant_tab() const { in instant_tab()179 instant_tab_.reset(new InstantTab(this, browser_->profile())); in ResetInstantTab()