HomeSort by relevance Sort by last modified time
    Searched refs:match_num (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 104 size_t match_num = matches.size() - 1; local
106 match_iter != matches.end(); ++match_iter, --match_num) {
110 QuickMatchToACMatch(history_match, match_num,
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 268 int match_num; local
269 if (!base::StringToInt(match_param, &match_num))
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 295 int match_num; local
296 if (!base::StringToInt(match_param, &match_num))
298 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);

Completed in 173 milliseconds