Searched refs:just_deleted_text (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_views.cc491 const bool just_deleted_text = local
497 text_changed, just_deleted_text, !textfield_->IsIMEComposing());
H A Dautocomplete_edit.cc744 bool just_deleted_text,
780 just_deleted_text_ = just_deleted_text;
792 !just_deleted_text && no_selection &&
800 return !(text_differs && allow_keyword_ui_change && !just_deleted_text &&
738 OnAfterPossibleChange( const string16& new_text, size_t selection_start, size_t selection_end, bool selection_differs, bool text_differs, bool just_deleted_text, bool allow_keyword_ui_change) argument
H A Dautocomplete_edit.h332 bool just_deleted_text,
H A Dautocomplete_edit_view_gtk.cc728 const bool just_deleted_text = local
737 selection_differs, text_changed_, just_deleted_text,
H A Dautocomplete_edit_view_win.cc892 const bool just_deleted_text = local
899 text_differs, just_deleted_text, !IsImeComposing());

Completed in 131 milliseconds