Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:MATCH

32   // with some kind of classification.  Even if a match has no distinct
39 // 11,match 0,match
49 MATCH = 1 << 1, // A match for the user's search term
66 // The type of this match.
99 // Comparison function for determining when one match is better than another.
111 // and marking the first instance of |find_text| as a match. (This match
120 // when find() would be misleading (e.g. you want to mark the second match in
128 // The provider of this match, used to remember which provider the user had
133 // The relevance of this match. See table in autocomplete.h for scores
142 // True if the user should be able to delete this match.
151 // autocomplete string. This will be string16::npos if this match should
168 // The transition type to use when the user opens this match. By default
173 // True when this match is the "what you typed" match from the history
177 // Type of this match.
180 // If this match corresponds to a keyword, this is the TemplateURL the
187 // True if this match is from a previous result.
191 // Does a data integrity check on this match.