Searched refs:KeywordIsSelected (Results 1 – 2 of 2) sorted by relevance
297 inline_autocomplete_text_.empty() && !KeywordIsSelected())? in GetDesiredTLD()385 bool keyword_is_selected = KeywordIsSelected(); in StartAutocomplete()636 if (KeywordIsSelected()) in OnControlKeyChanged()886 bool AutocompleteEditModel::KeywordIsSelected() const { in KeywordIsSelected() function in AutocompleteEditModel892 return KeywordIsSelected() ? in DisplayTextFromUserText()898 return KeywordIsSelected() ? (keyword_ + char16(' ') + text) : text; in UserTextFromDisplayText()
383 bool KeywordIsSelected() const;