Lines Matching full:keyword
73 // Gets the selected keyword or keyword hint for the given match. If the match
74 // is already keyword, then the keyword will be returned directly. Otherwise,
75 // it returns GetKeywordForText(match.fill_into_edit, keyword).
77 string16* keyword) const;
79 // Gets the selected keyword or keyword hint for the given text. Returns
80 // true if |keyword| represents a keyword hint, or false if |keyword|
81 // represents a selected keyword. (|keyword| will always be set [though
82 // possibly to the empty string], and you cannot have both a selected keyword
83 // and a keyword hint simultaneously.)
84 bool GetKeywordForText(const string16& text, string16* keyword) const;