Home
last modified time | relevance | path

Searched refs:user_text_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_loader.cc651 (new_user_text.empty() || user_text_ == new_user_text))) { in Update()
661 user_text_ = new_user_text; in Update()
675 frame_load_observer_->set_text(user_text_); in Update()
681 int text_length = static_cast<int>(user_text_.size()); in Update()
683 user_text_, verbatim, text_length, text_length); in Update()
687 string16 user_text_lower = l10n_util::ToLower(user_text_); in Update()
693 complete_suggested_text_.substr(user_text_.size()); in Update()
715 user_text_, verbatim, 0, 0); in Update()
719 user_text_, in Update()
776 user_text_, type == INSTANT_COMMIT_PRESSED_ENTER); in ReleasePreviewContents()
[all …]
Dinstant_loader.h103 const string16& user_text() const { return user_text_; } in user_text()
179 string16 user_text_; variable
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc115 return State(user_input_in_progress_, user_text_, keyword_, is_keyword_hint_); in GetStateForTabSwitch()
391 user_text_, GetDesiredTLD(), in StartAutocomplete()
718 DisplayTextFromUserText(user_text_ + inline_autocomplete_text_), in OnPopupDataChanged()
719 DisplayTextFromUserText(user_text_).length())) in OnPopupDataChanged()
770 const string16 old_user_text = user_text_; in OnAfterPossibleChange()
793 ShouldAllowExactKeywordMatch(old_user_text, user_text_, selection_start); in OnAfterPossibleChange()
801 no_selection && selection_start == user_text_.length() && in OnAfterPossibleChange()
802 MaybeAcceptKeywordBySpace(old_user_text, user_text_)); in OnAfterPossibleChange()
881 user_text_ = text; in InternalSetUserText()
Dautocomplete_edit.h463 string16 user_text_; variable