Lines Matching full:indices
449 // Returns a vector of indices of the tabs that will close when executing the
450 // command |id| for the tab at |index|. The returned indices are sorted in
469 // Gets the set of tab indices whose domain matches the tab at |index|.
470 void GetIndicesWithSameDomain(int index, std::vector<int>* indices);
472 // Gets the set of tab indices that have the same opener as the tab at
474 void GetIndicesWithSameOpener(int index, std::vector<int>* indices);
476 // If |index| is selected all the selected indices are returned, otherwise a
478 // determine which indices the command applies to.
488 // Closes the TabContents at the specified indices. This causes the
496 bool InternalCloseTabs(const std::vector<int>& indices, uint32 close_types);