GetIndicesClosedByCommand  900 chrome/browser/ui/tabs/tab_strip_model.cc       return !GetIndicesClosedByCommand(context_index, command_id).empty();
GetIndicesClosedByCommand  991 chrome/browser/ui/tabs/tab_strip_model.cc       InternalCloseTabs(GetIndicesClosedByCommand(context_index, command_id),
GetIndicesClosedByCommand  999 chrome/browser/ui/tabs/tab_strip_model.cc       InternalCloseTabs(GetIndicesClosedByCommand(context_index, command_id),
GetIndicesClosedByCommand  435 chrome/browser/ui/tabs/tab_strip_model.h   std::vector<int> GetIndicesClosedByCommand(int index,
GetIndicesClosedByCommand  227 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     std::vector<int> indices = model.GetIndicesClosedByCommand(index, id);
GetIndicesClosedByCommand 1141 chrome/browser/ui/tabs/tab_strip_model_unittest.cc TEST_F(TabStripModelTest, GetIndicesClosedByCommand) {
GetIndicesClosedByCommand  545 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc           model_->GetIndicesClosedByCommand(model_index, command_id);