Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:input_

218   const string16 old_input_text(input_.text());
220 input_.matches_requested();
221 input_ = input;
230 // NOTE: This comes after constructing |input_| above since that construction
232 const bool minimal_changes = (input_.text() == old_input_text) &&
233 (input_.matches_requested() == old_matches_requested);
247 (*i)->Start(input_, minimal_changes);
348 result_.SortAndCull(input_, profile_);
407 result_.SortAndCull(input_, profile_);
418 result_.CopyOldMatches(input_, last_result, profile_);
479 keyword, input_)));
553 input_.current_page_classification());