Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:MATCH

27 const char kACMatchPropertyContentsPrefix[] = "match contents prefix";
28 const char kACMatchPropertyContentsStartIndex[] = "match contents start index";
43 // with some kind of classification. Even if a match has no distinct
50 // 11,match 0,match
60 MATCH = 1 << 1, // A match for the user's search term
81 // The type of this match.
93 AutocompleteMatch(const AutocompleteMatch& match);
97 AutocompleteMatch& operator=(const AutocompleteMatch& match);
107 // Comparison function for determining when one match is better than another.
120 // and marking the first instance of |find_text| as a match. (This match
129 // when find() would be misleading (e.g. you want to mark the second match in
178 // to this match. The template is used to strip off query args other than
184 // UI shown for this match. If this match represents a selected keyword, i.e.
186 // and |is_keyword_hint| will be set to false. If this match has a non-NULL
200 // the user has explicitly invoked. If for example this match represents a
208 // Returns the TemplateURL associated with this match. This may be NULL if
209 // the match has no keyword OR if the keyword no longer corresponds to a valid
228 // Returns whether this match is a "verbatim" match: a URL navigation directly
234 // what will happen when he or she presses enter in those cases if the match
238 // Returns whether this match or any duplicate of this match can be deleted.
242 // The provider of this match, used to remember which provider the user had
247 // The relevance of this match. See table in autocomplete.h for scores
262 // True if the user should be able to delete this match.
271 // omnibox, if this match becomes the default match. It may be empty.
274 // If false, the omnibox should prevent this match from being the
275 // default match. Providers should set this to true only if the
276 // user's input, plus any inline autocompletion on this match, would
277 // lead the user to expect a navigation to this match's destination.
305 // The transition type to use when the user opens this match. By default
310 // True when this match is the "what you typed" match from the history
314 // Type of this match.
317 // Set with a keyword provider match if this match can show a keyword hint.
318 // For example, if this is a SearchProvider match for "www.amazon.com",
319 // |associated_keyword| could be a KeywordProvider match for "amazon.com".
322 // The keyword of the TemplateURL the match originated from. This is nonempty
324 // search provider (so, any match for which we're doing substitution); it
338 // True if this match is from a previous result.
344 // TemplateURLRef::ReplaceSearchTerms() to reset the match's |destination_url|
355 // ensure if a match is deleted, the duplicates are deleted as well.
359 // Does a data integrity check on this match.