Home
last modified time | relevance | path

Searched refs:has_temporary_text_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc76 has_temporary_text_(false), in AutocompleteEditModel()
158 has_temporary_text_ = false; in SetUserText()
377 has_temporary_text_ = false; in Revert()
495 else if (!has_temporary_text_) in OpenURL()
604 if (has_temporary_text_) { in OnEscapeKeyPressed()
631 if ((control_key_state_ == DOWN_WITHOUT_CHANGE) && has_temporary_text_) { in OnControlKeyChanged()
635 has_temporary_text_ = false; in OnControlKeyChanged()
693 const bool save_original_selection = !has_temporary_text_; in OnPopupDataChanged()
696 has_temporary_text_ = true; in OnPopupDataChanged()
727 if (has_temporary_text_) { in OnPopupDataChanged()
[all …]
Dautocomplete_edit.h506 bool has_temporary_text_; variable