Searched refs:GetKeywordForText (Results 1 – 3 of 3) sorted by relevance
140 return GetKeywordForText(match.fill_into_edit, keyword); in GetKeywordForMatch()143 bool AutocompletePopupModel::GetKeywordForText(const string16& text, in GetKeywordForText() function in AutocompletePopupModel
84 bool GetKeywordForText(const string16& text, string16* keyword) const;
1001 return keyword.length() && popup_->GetKeywordForText(keyword, &keyword); in ShouldAllowExactKeywordMatch()