Searched refs:tab_indices (Results 1 – 1 of 1) sorted by relevance
1183 std::vector<int>& tab_indices = *params->highlight_info.tabs.as_integers; in RunImpl() local1185 for (size_t i = 0; i < tab_indices.size(); ++i) { in RunImpl()1186 if (!HighlightTab(tabstrip, &selection, &active_index, tab_indices[i])) in RunImpl()