Home | History | Annotate | Download | only in extensions

Lines Matching refs:description

30     " description text";
33 const char kSuggestionDescription[] = "description";
125 kSuggestionDescription, &suggestion.description));
152 kSuggestionDescription, &suggestion.description));
186 // Step 1: Build a vector of styles, 1 per character of description text.
188 styles.resize(description.length()); // sets all styles to 0
202 length = description.length();
205 offset = std::max(0, static_cast<int>(description.length()) + offset);
246 string16 description = suggestion->description;
251 // new length of the description.
252 size_t placeholder(suggestion->description.find(kPlaceholderText, 0));
256 description.replace(placeholder, kPlaceholderText.length(), replacement);
264 match->contents.assign(description);