HomeSort by relevance Sort by last modified time
    Searched refs:model_count (Results 1 - 3 of 3) 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/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 800 int model_count = GetModelCount(); local
801 if (model_index + 1 != model_count && model_count > 1) {
806 Tab* last_tab = tab_at(model_count - 1);
    [all...]

Completed in 88 milliseconds