Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:match_start

1470   size_t match_start = (prefix == NULL) ?
1473 string16::npos : (match_start + input.length());
1474 bool trim_http = !HasHTTPScheme(input) && (!prefix || (match_start != 0));
1502 format_types, net::UnescapeRule::SPACES, NULL, NULL, &match_start);
1505 if (match_start == string16::npos)
1506 match_start = match.contents.find(input);
1507 // Safe if |match_start| is npos; also safe if the input is longer than the
1508 // remaining contents after |match_start|.
1509 AutocompleteMatch::ClassifyLocationInString(match_start, input.length(),