HomeSort by relevance Sort by last modified time
    Searched refs:GetTabAtTabDataIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 59 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 {
294 TouchTab* tab = GetTabAtTabDataIndex(i);
touch_tab_strip.h 63 TouchTab* GetTabAtTabDataIndex(int tab_data_index) const;
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 195 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(int tab_data_index) const
    [all...]
tab_strip.h 150 Tab* GetTabAtTabDataIndex(int tab_data_index) const;
158 // Use this instead of GetTabAtTabDataIndex if the index comes from the model.

Completed in 194 milliseconds