Searched defs:tabs_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dsearch_terms_tracker.h65 TabState tabs_; member in class:chrome::SearchTermsTracker
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h148 return tabs_.ideal_bounds(tab_data_index);
153 return static_cast<Tab*>(tabs_.view_at(index));
161 int tab_count() const { return tabs_.view_size(); }
394 // |tabs_|.
593 // TabStripController (TabStripModel) and |tabs_|. Because we animate tab
595 // the model. When this occurs the tab is removed from |tabs_| and placed in
598 // painted, and the event handling code ensures only tabs in |tabs_| are used.
599 views::ViewModel tabs_; member in class:TabStrip

Completed in 493 milliseconds