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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 159 Tab* GetTabAtModelIndex(int model_index) const;
tab_strip.cc 215 GetTabAtModelIndex(model_count - 2));
246 Tab* tab = GetTabAtModelIndex(model_index);
252 GetTabAtModelIndex(model_index)->StartPulse();
596 Tab* TabStrip::GetTabAtModelIndex(int model_index) const {
    [all...]

Completed in 61 milliseconds