Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dhistory_backend.cc1248 std::vector<TextDatabase::Match> fts_matches; in QueryHistoryFTS() local
1251 &fts_matches, &first_time_searched); in QueryHistoryFTS()
1257 for (size_t i = 0; i < fts_matches.size(); i++) { in QueryHistoryFTS()
1265 if (!querier.GetRowForURL(fts_matches[i].url, &url_result)) in QueryHistoryFTS()
1276 url_result.set_title(fts_matches[i].title); in QueryHistoryFTS()
1278 fts_matches[i].title_match_positions); in QueryHistoryFTS()
1279 url_result.snippet_.Swap(&fts_matches[i].snippet); in QueryHistoryFTS()
1283 url_result.set_visit_time(fts_matches[i].time); in QueryHistoryFTS()