Searched defs:old_user_text (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc770 const string16 old_user_text = user_text_; local
793 ShouldAllowExactKeywordMatch(old_user_text, user_text_, selection_start);
802 MaybeAcceptKeywordBySpace(old_user_text, user_text_));
964 const string16& old_user_text,
970 (old_user_text.length() + 1 >= new_user_text.length()) &&
971 !new_user_text.compare(0, new_user_text.length() - 1, old_user_text,
977 const string16& old_user_text,
983 old_user_text.length() < caret_position ||
986 new_user_text.compare(0, caret_position - 1, old_user_text,
990 old_user_text, caret_positio
963 MaybeAcceptKeywordBySpace( const string16& old_user_text, const string16& new_user_text) argument
976 ShouldAllowExactKeywordMatch( const string16& old_user_text, const string16& new_user_text, size_t caret_position) argument
[all...]

Completed in 453 milliseconds