Searched refs:ClassifyLocationInString (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_match.cc | 116 ClassifyLocationInString(text.find(find_text), find_text.length(), in ClassifyMatchInString() 120 void AutocompleteMatch::ClassifyLocationInString( in ClassifyLocationInString() function in AutocompleteMatch
|
D | keyword_provider.cc | 339 AutocompleteMatch::ClassifyLocationInString(0, match->contents.length(), in FillInURLAndContents() 358 AutocompleteMatch::ClassifyLocationInString(content_param_offsets[1], in FillInURLAndContents() 437 AutocompleteMatch::ClassifyLocationInString( in CreateAutocompleteMatch()
|
D | autocomplete_match.h | 122 static void ClassifyLocationInString(size_t match_location,
|
D | history_url_provider.cc | 338 AutocompleteMatch::ClassifyLocationInString(match_location, in SuggestExactInput() 807 AutocompleteMatch::ClassifyLocationInString(match_start, in HistoryMatchToACMatch() 811 AutocompleteMatch::ClassifyLocationInString(string16::npos, 0, in HistoryMatchToACMatch()
|