Home
last modified time | relevance | path

Searched refs:annotation_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
Dsearch_suggestion_parser.h134 const base::string16& annotation() const { return annotation_; } in annotation()
169 base::string16 annotation_; variable
Dsearch_suggestion_parser.cc82 annotation_(annotation), in SuggestResult()