Searched refs:nb_match (Results 1 – 1 of 1) sorted by relevance
638 int nb_match = model_->result().size(); in GetIndexForPoint() local639 DCHECK(nb_match <= child_count()); in GetIndexForPoint()640 for (int i = 0; i < nb_match; ++i) { in GetIndexForPoint()