Home
last modified time | relevance | path

Searched refs:GetKeywordForText (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_model.cc140 return GetKeywordForText(match.fill_into_edit, keyword); in GetKeywordForMatch()
143 bool AutocompletePopupModel::GetKeywordForText(const string16& text, in GetKeywordForText() function in AutocompletePopupModel
Dautocomplete_popup_model.h84 bool GetKeywordForText(const string16& text, string16* keyword) const;
Dautocomplete_edit.cc1001 return keyword.length() && popup_->GetKeywordForText(keyword, &keyword); in ShouldAllowExactKeywordMatch()