Home
last modified time | relevance | path

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

/external/chromium_org/components/history/core/browser/
Durl_database.h190 bool GetTextMatches(const base::string16& query, URLRows* results);
Durl_database.cc357 bool URLDatabase::GetTextMatches(const base::string16& query, in GetTextMatches() function in history::URLDatabase
/external/chromium_org/chrome/browser/history/
Dhistory_backend.cc1272 db_->GetTextMatches(text_query, &text_matches); in QueryHistoryText()