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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 75 // it returns GetKeywordForText(match.fill_into_edit, keyword).
84 bool GetKeywordForText(const string16& text, string16* keyword) const;
autocomplete_popup_model.cc 140 return GetKeywordForText(match.fill_into_edit, keyword);
143 bool AutocompletePopupModel::GetKeywordForText(const string16& text,
autocomplete_edit.cc     [all...]

Completed in 93 milliseconds