Home
last modified time | relevance | path

Searched refs:InstantTab (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dinstant_tab.cc11 InstantTab::InstantTab(InstantPage::Delegate* delegate, in InstantTab() function in InstantTab
16 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()
Dinstant_tab.h16 class InstantTab : public InstantPage {
18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
19 virtual ~InstantTab();
32 DISALLOW_COPY_AND_ASSIGN(InstantTab);
Dinstant_controller.h24 class InstantTab; variable
84 virtual InstantTab* instant_tab() const;
144 scoped_ptr<InstantTab> instant_tab_;
Dinstant_controller.cc115 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()