HomeSort by relevance Sort by last modified time
    Searched full:other_tab (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 327 BaseTab* other_tab = base_tab_at_tab_index(i); local
328 if (IsTabSelected(other_tab) && !other_tab->closing()) {
329 tabs.push_back(other_tab);
330 if (other_tab == tab) {

Completed in 518 milliseconds