Home
last modified time | relevance | path

Searched refs:match_location (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_match.cc121 size_t match_location, in ClassifyLocationInString() argument
134 if (match_location != 0) { in ClassifyLocationInString()
139 if (match_location == string16::npos) { in ClassifyLocationInString()
146 classification->push_back(ACMatchClassification(match_location, in ClassifyLocationInString()
150 const size_t after_match(match_location + match_length); in ClassifyLocationInString()
Dautocomplete_match.h122 static void ClassifyLocationInString(size_t match_location,
Dhistory_url_provider.cc336 const size_t match_location = (best_prefix == NULL) ? in SuggestExactInput() local
338 AutocompleteMatch::ClassifyLocationInString(match_location, in SuggestExactInput()