Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc104 size_t match_num = matches.size() - 1; in DoAutocomplete() local
106 match_iter != matches.end(); ++match_iter, --match_num) { in DoAutocomplete()
110 QuickMatchToACMatch(history_match, match_num, in DoAutocomplete()
/external/chromium/chrome/browser/ui/webui/
Dextension_icon_source.cc268 int match_num; in ParseData() local
269 if (!base::StringToInt(match_param, &match_num)) in ParseData()
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); in ParseData()
/external/bluetooth/glib/glib/
Dgregex.h228 gint match_num);
230 gint match_num,