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

  /external/chromium_org/chrome/browser/search/
search_terms_tracker.h 65 TabState tabs_; member in class:chrome::SearchTermsTracker
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 116 return tabs_.ideal_bounds(tab_data_index);
127 int tab_count() const { return tabs_.view_size(); }
243 tabs_.set_ideal_bounds(index, bounds);
375 // |tabs_|.
553 // TabStripController (TabStripModel) and |tabs_|. Because we animate tab
555 // the model. When this occurs the tab is removed from |tabs_| and placed in
558 // painted, and the event handling code ensures only tabs in |tabs_| are used.
559 views::ViewModel tabs_; member in class:TabStrip

Completed in 29 milliseconds