Searched refs:KeywordIsSelected (Results 1 – 4 of 4) 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;
469 KeywordIsSelected(), true, &match, NULL); in AdjustTextForCopy()563 bool keyword_is_selected = KeywordIsSelected(); in StartAutocomplete()617 if (control_key_state_ == DOWN_WITHOUT_CHANGE && !KeywordIsSelected() && in AcceptInput()1085 if (keyword_state_changed && KeywordIsSelected()) { in OnPopupDataChanged()1267 bool OmniboxEditModel::KeywordIsSelected() const { in KeywordIsSelected() function in OmniboxEditModel1277 return KeywordIsSelected() ? in DisplayTextFromUserText()1283 return KeywordIsSelected() ? (keyword_ + char16(' ') + text) : text; in UserTextFromDisplayText()1329 UserTextFromDisplayText(view_->GetText()), KeywordIsSelected(), true, in GetInfoForCurrentText()
372 bool KeywordIsSelected() const;