Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:keyword

103   string16 keyword;
104 const bool is_keyword_hint = GetKeywordForMatch(match, &keyword);
113 keyword, is_keyword_hint);
116 keyword, is_keyword_hint);
132 string16* keyword) const {
133 // If the current match is a keyword, return that as the selected keyword.
135 keyword->assign(match.template_url->keyword());
139 // See if the current match's fill_into_edit corresponds to a keyword.
140 return GetKeywordForText(match.fill_into_edit, keyword);
144 string16* keyword) const {
145 // Creates keyword_hint first in case |keyword| is a pointer to |text|.
148 // Assume we have no keyword until we find otherwise.
149 keyword->clear();
157 // Don't provide a hint if this keyword doesn't support replacement.
174 keyword->assign(keyword_hint);