Home | History | Annotate | Download | only in ash

Lines Matching refs:tab_strip

16 #include "chrome/browser/ui/views/tabs/tab_strip.h"
40 TabStrip* tab_strip,
44 gfx::Rect tab_bounds = tab_strip->tab_at(index)->bounds();
101 TabStrip* tab_strip = browser_view->tabstrip();
103 if (tab_strip->IsAnimating()) {
119 GetStartPoint(tab_strip,
133 tab_strip->AddObserver(this);
138 GetStartPoint(tab_strip,
148 Tab* first_tab = tab_strip->tab_at(0);
150 Tab* last_tab = tab_strip->tab_at(tab_strip->tab_count() - 1);
157 Tab* initial_tab = tab_strip->tab_at(last_tab_index);
159 views::View::ConvertPointToTarget(tab_strip, initial_tab, &tab_point);
160 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point);
164 int new_index = tab_strip->GetModelIndexOfTab(new_tab);
185 Tab* tab = tab_strip->tab_at(highlighted_tab_);
197 views::View::ConvertPointToTarget(tab_strip, new_tab, &hover_point);
215 void TabScrubber::TabStripAddedTabAt(TabStrip* tab_strip, int index) {
223 void TabScrubber::TabStripMovedTab(TabStrip* tab_strip,
237 void TabScrubber::TabStripRemovedTabAt(TabStrip* tab_strip, int index) {
248 void TabScrubber::TabStripDeleted(TabStrip* tab_strip) {
272 TabStrip* tab_strip = browser_view->tabstrip();
274 Tab* tab = tab_strip->tab_at(highlighted_tab_);
282 tab_strip->RemoveObserver(this);