Home
last modified time | relevance | path

Searched refs:GetTabAtTabDataIndex (Results 1 – 4 of 4) sorted by relevance

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