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

/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc59 GetTabAtTabDataIndex(i)->set_background_offset(offset);
124 TouchTab* tab = GetTabAtTabDataIndex(i);
139 TouchTab* tab = GetTabAtTabDataIndex(i);
270 TouchTab* TouchTabStrip::GetTabAtTabDataIndex(int tab_data_index) const { function in class:TouchTabStrip
294 TouchTab* tab = GetTabAtTabDataIndex(i);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc195 GetTabAtTabDataIndex(i)->set_background_offset(offset);
240 GetTabAtTabDataIndex(ModelIndexToTabIndex(old_model_index))->
257 GetTabAtTabDataIndex(i)->StopPulse();
282 Tab* tab = GetTabAtTabDataIndex(i);
340 return GetTabAtTabDataIndex(tab_count() - 1);
344 return GetTabAtTabDataIndex(index);
410 Tab* next_tab = i < (tab_count() - 1) ? GetTabAtTabDataIndex(i + 1) : NULL;
413 Tab* tab = GetTabAtTabDataIndex(i);
458 Tab* tab = GetTabAtTabDataIndex(i);
592 Tab* TabStrip::GetTabAtTabDataIndex(in function in class:TabStrip
[all...]

Completed in 37 milliseconds