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()) {
117 GetStartPoint(tab_strip,
131 tab_strip->AddObserver(this);
136 GetStartPoint(tab_strip,
146 Tab* first_tab = tab_strip->tab_at(0);
148 Tab* last_tab = tab_strip->tab_at(tab_strip->tab_count() - 1);
155 Tab* initial_tab = tab_strip->tab_at(last_tab_index);
157 views::View::ConvertPointToTarget(tab_strip, initial_tab, &tab_point);
158 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point);
162 int new_index = tab_strip->GetModelIndexOfTab(new_tab);
183 Tab* tab = tab_strip->tab_at(highlighted_tab_);
195 views::View::ConvertPointToTarget(tab_strip, new_tab, &hover_point);
213 void TabScrubber::TabStripAddedTabAt(TabStrip* tab_strip, int index) {
221 void TabScrubber::TabStripMovedTab(TabStrip* tab_strip,
235 void TabScrubber::TabStripRemovedTabAt(TabStrip* tab_strip, int index) {
246 void TabScrubber::TabStripDeleted(TabStrip* tab_strip) {
270 TabStrip* tab_strip = browser_view->tabstrip();
272 Tab* tab = tab_strip->tab_at(highlighted_tab_);
280 tab_strip->RemoveObserver(this);