Searched refs:match_contents_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser.cc87 match_contents_ = match_contents;
88 DCHECK(!match_contents_.empty());
107 suggestion_.length() - match_contents_.length();
111 EndsWith(suggestion_, match_contents_, true) &&
116 size_t lookup_position = match_contents_.find(lookup_text);
127 if (input_text != match_contents_) {
147 if (next_fragment_position < match_contents_.length()) {
153 // Otherwise, match_contents_ is a verbatim (what-you-typed) match, either
226 // Update |match_contents_| and |match_contents_class_| if it's allowed.
228 match_contents_
[all...]
H A Dsearch_suggestion_parser.h50 const base::string16& match_contents() const { return match_contents_; }
82 base::string16 match_contents_; member in class:SearchSuggestionParser::Result
144 // Fills in |match_contents_class_| to reflect how |match_contents_| should
147 // of |match_contents_| bolded, do nothing.
166 // Optional annotation for the |match_contents_| for disambiguation.
202 // Fills in |match_contents_| and |match_contents_class_| to reflect how
206 // |match_contents_|, do nothing.

Completed in 150 milliseconds