Home
last modified time | relevance | path

Searched refs:match_location (Results 1 – 5 of 5) 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()
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_match.cc213 size_t match_location, in ClassifyLocationInString() argument
226 if (match_location != 0) { in ClassifyLocationInString()
231 if (match_location == base::string16::npos) { in ClassifyLocationInString()
238 classification->push_back(ACMatchClassification(match_location, in ClassifyLocationInString()
242 const size_t after_match(match_location + match_length); in ClassifyLocationInString()
Dautocomplete_match.h129 static void ClassifyLocationInString(size_t match_location,