Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:in_progress

363 void AutocompleteEditModel::SetInputInProgress(bool in_progress) {
364 if (user_input_in_progress_ == in_progress)
367 user_input_in_progress_ = in_progress;
368 controller_->OnInputInProgress(in_progress);