Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:result_

226   // shutdown too, so we don't ask Stop() to clear |result_| (and notify).
227 result_.Reset(); // Not really necessary.
321 if (clear_result && !result_.empty()) {
322 result_.Reset();
431 result_.default_match() != result_.end();
437 last_default_fill_into_edit = result_.default_match()->fill_into_edit;
438 last_default_keyword = result_.default_match()->keyword;
439 if (result_.default_match()->associated_keyword != NULL)
441 result_.default_match()->associated_keyword->keyword;
445 result_.Reset();
448 last_result.Swap(&result_);
452 result_.AppendMatches((*i)->matches());
455 result_.SortAndCull(input_, profile_);
460 result_.Validate();
466 result_.CopyOldMatches(input_, last_result, profile_);
469 UpdateKeywordDescriptions(&result_);
470 UpdateAssociatedKeywords(&result_);
471 UpdateAssistedQueryStats(&result_);
473 const bool default_is_valid = result_.default_match() != result_.end();
476 (result_.default_match()->associated_keyword != NULL)) {
478 result_.default_match()->associated_keyword->keyword;
492 ((result_.default_match()->fill_into_edit !=
495 (result_.default_match()->keyword != last_default_keyword)));
645 if (result_.HasCopiedMatches())