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

  /external/chromium_org/chrome/browser/ui/search/
instant_tab.cc 11 InstantTab::InstantTab(InstantPage::Delegate* delegate,
16 InstantTab::~InstantTab() {
19 void InstantTab::Init(content::WebContents* contents) {
24 void InstantTab::EmitNtpStatistics(content::WebContents* contents) {
28 bool InstantTab::ShouldProcessAboutToNavigateMainFrame() {
instant_tab.h 14 // InstantTab represents a committed page (i.e. an actual tab on the tab strip)
16 class InstantTab : public InstantPage {
18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
19 virtual ~InstantTab();
32 DISALLOW_COPY_AND_ASSIGN(InstantTab);

Completed in 44 milliseconds