Searched defs:text_matches (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc1271 URLRows text_matches; local
1272 db_->GetTextMatches(text_query, &text_matches);
1276 for (size_t i = 0; i < text_matches.size(); i++) {
1277 const URLRow& text_match = text_matches[i];

Completed in 449 milliseconds