TermMatch         425 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_a.push_back(history::TermMatch(1, 1, 2));
TermMatch         426 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_a.push_back(history::TermMatch(2, 4, 3));
TermMatch         427 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_a.push_back(history::TermMatch(3, 9, 1));
TermMatch         428 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_a.push_back(history::TermMatch(3, 10, 1));
TermMatch         429 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_a.push_back(history::TermMatch(4, 14, 5));
TermMatch         455 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_b.push_back(history::TermMatch(1, 0, 2));
TermMatch         456 chrome/browser/autocomplete/history_quick_provider_unittest.cc   matches_b.push_back(history::TermMatch(2, 3, 2));
TermMatch          67 chrome/browser/history/in_memory_url_index_types.cc     matches.push_back(TermMatch(term_num, location, term.length()));
TermMatch          72 chrome/browser/history/in_memory_url_index_types.cc bool MatchOffsetLess(const TermMatch& m1, const TermMatch& m2) {
TermMatch          82 chrome/browser/history/in_memory_url_index_types.cc   TermMatch last_match;
TermMatch         108 chrome/browser/history/in_memory_url_index_types.cc       TermMatch new_match(*term_iter);
TermMatch          29 chrome/browser/history/in_memory_url_index_types.h   TermMatch() : term_num(0), offset(0), length(0) {}
TermMatch          30 chrome/browser/history/in_memory_url_index_types.h   TermMatch(int term_num, size_t offset, size_t length)
TermMatch          39 chrome/browser/history/in_memory_url_index_types.h typedef std::vector<TermMatch> TermMatches;
TermMatch          94 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_e.push_back(TermMatch(1, 13, 10));
TermMatch          95 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_e.push_back(TermMatch(2, 23, 10));
TermMatch          96 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_e.push_back(TermMatch(3, 3, 10));
TermMatch          97 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_e.push_back(TermMatch(4, 40, 5));
TermMatch         106 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_e.push_back(TermMatch(5, 18, 10));
TermMatch         107 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_e.push_back(TermMatch(6, 38, 5));
TermMatch         129 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_a.push_back(history::TermMatch(1, 1, 2));
TermMatch         130 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_a.push_back(history::TermMatch(2, 4, 3));
TermMatch         131 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_a.push_back(history::TermMatch(3, 9, 1));
TermMatch         132 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_a.push_back(history::TermMatch(3, 10, 1));
TermMatch         133 chrome/browser/history/in_memory_url_index_types_unittest.cc   matches_a.push_back(history::TermMatch(4, 14, 5));