Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_item.h226 bool MatchesQuery(const string16& query) const;
Ddownload_item.cc532 bool DownloadItem::MatchesQuery(const string16& query) const { in MatchesQuery() function in DownloadItem
Ddownload_manager.cc209 if (download_item->MatchesQuery(query_lower)) in SearchDownloads()