Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:match_start

1075   size_t match_start = history_match.input_location;
1077 format_types, net::UnescapeRule::SPACES, NULL, NULL, &match_start);
1078 if ((match_start != string16::npos) &&
1080 (inline_autocomplete_offset != match_start)) {
1081 DCHECK(inline_autocomplete_offset > match_start);
1082 AutocompleteMatch::ClassifyLocationInString(match_start,
1083 inline_autocomplete_offset - match_start, match.contents.length(),