HomeSort by relevance Sort by last modified time
    Searched refs:has_temporary_text_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 76 has_temporary_text_(false),
158 has_temporary_text_ = false;
377 has_temporary_text_ = false;
495 else if (!has_temporary_text_)
604 if (has_temporary_text_) {
631 if ((control_key_state_ == DOWN_WITHOUT_CHANGE) && has_temporary_text_) {
635 has_temporary_text_ = false;
693 const bool save_original_selection = !has_temporary_text_;
696 has_temporary_text_ = true;
722 // If |has_temporary_text_| is true, then we previously had a manual selectio
    [all...]
autocomplete_edit.h 506 bool has_temporary_text_; member in class:AutocompleteEditModel

Completed in 50 milliseconds