Searched refs:current_count (Results 1 – 2 of 2) sorted by relevance
915 int current_count = static_cast<int>(BrowserList::size()); in Observe() local919 DCHECK_LT(0, current_count); in Observe()920 current_count--; in Observe()928 if (current_count == target_count_) { in Observe()
744 const int current_count = unabridged_list->length(); in GetProfilesList() local746 profiles_by_token_[index] = new List<CpuProfile*>(current_count); in GetProfilesList()749 const int profiles_to_add = current_count - list->length(); in GetProfilesList()762 const int current_count = unabridged_list->length(); in Profiles() local763 for (int i = 0; i < current_count; ++i) { in Profiles()