Home
last modified time | relevance | path

Searched defs:first_tab_index (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dtab_scrubber.cc302 int first_tab_index = base::i18n::IsRTL() ? tab_strip_->tab_count() - 1 : 0; in UpdateSwipeX() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h433 int first_tab_index() { return header_drag_ ? 1 : 0; } in first_tab_index() function
H A Dtab_strip.cc1405 const int first_tab_index = GetIndexOf(tab_at(first_tab)); in OnGroupMoved() local
/dports/textproc/py-xlwt/xlwt-1.3.0/xlwt/
H A DBIFFRecords.py642 first_tab_index, selected_tabs, tab_width): argument