Home
last modified time | relevance | path

Searched refs:tabs_to_source (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc1038 std::vector<Tab*> tabs_to_source(tabs); in Attach() local
1039 tabs_to_source.erase(tabs_to_source.begin() + source_tab_index_ + 1, in Attach()
1040 tabs_to_source.end()); in Attach()
1041 int new_x = attached_tabstrip_->GetSizeNeededForTabs(tabs_to_source) - in Attach()