HomeSort by relevance Sort by last modified time
    Searched full:result_candidates (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
search_metadata.cc 199 ResultCandidateComparator>* result_candidates) {
200 DCHECK_GE(at_most_num_matches, result_candidates->size());
207 if (result_candidates->size() == at_most_num_matches &&
208 !CompareByTimestamp(entry, result_candidates->top()->entry))
226 if (result_candidates->size() == at_most_num_matches)
227 result_candidates->pop();
228 result_candidates->push(new ResultCandidate(it->GetID(), entry, highlighted));
239 ResultCandidateComparator> result_candidates; local
262 &result_candidates);
268 for (; !result_candidates.empty(); result_candidates.pop())
    [all...]

Completed in 191 milliseconds