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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 208 int model_count = GetModelCount(); local
209 if (model_index + 1 != model_count && model_count > 1) {
215 GetTabAtModelIndex(model_count - 2));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 825 int model_count = GetModelCount(); local
826 if (model_index + 1 != model_count && model_count > 1) {
831 Tab* last_tab = tab_at(model_count - 1);
    [all...]

Completed in 187 milliseconds