HomeSort by relevance Sort by last modified time
    Searched refs:MatchesQuery (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/download/
download_item.h 226 bool MatchesQuery(const string16& query) const;
download_item.cc 532 bool DownloadItem::MatchesQuery(const string16& query) const {
download_manager.cc 209 if (download_item->MatchesQuery(query_lower))
    [all...]
  /external/chromium_org/chrome/browser/download/
download_query.cc 72 static bool MatchesQuery(
289 AddFilter(base::Bind(&MatchesQuery, query_terms)));
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 123 MOCK_CONST_METHOD1(MatchesQuery, bool(const string16& query));

Completed in 194 milliseconds