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.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();
41 DISALLOW_COPY_AND_ASSIGN(InstantTab);
instant_tab.cc 11 InstantTab::InstantTab(InstantPage::Delegate* delegate,
16 InstantTab::~InstantTab() {
19 void InstantTab::Init(content::WebContents* contents) {
24 void InstantTab::CountMouseover(content::WebContents* contents) {
31 void InstantTab::EmitMouseoverCount(content::WebContents* contents) {
37 bool InstantTab::ShouldProcessAboutToNavigateMainFrame() {
41 bool InstantTab::ShouldProcessFocusOmnibox() {
45 bool InstantTab::ShouldProcessNavigateToURL()
    [all...]

Completed in 618 milliseconds