Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc743 bool text_differs, in OnAfterPossibleChange() argument
751 else if (text_differs) in OnAfterPossibleChange()
756 text_differs || (selection_differs && !inline_autocomplete_text_.empty()); in OnAfterPossibleChange()
761 if ((text_differs || selection_differs) && in OnAfterPossibleChange()
764 if (!text_differs && !popup_->IsOpen()) in OnAfterPossibleChange()
791 text_differs && allow_keyword_ui_change && in OnAfterPossibleChange()
800 return !(text_differs && allow_keyword_ui_change && !just_deleted_text && in OnAfterPossibleChange()
Dautocomplete_edit.h331 bool text_differs,
Dautocomplete_edit_view_win.cc884 const bool text_differs = (new_text != text_before_change_) || in OnAfterPossibleChangeInternal() local
899 text_differs, just_deleted_text, !IsImeComposing()); in OnAfterPossibleChangeInternal()
904 if (something_changed && text_differs) in OnAfterPossibleChangeInternal()
907 if (text_differs) { in OnAfterPossibleChangeInternal()
Dautocomplete_edit_view_mac.mm662 const bool text_differs = (new_text != text_before_change_) ||
683 selection_differs, text_differs, just_deleted_text,
691 // Linux watches for something_changed && text_differs, but that