OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveDownloads
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/content/public/browser/
download_manager.h
122
virtual int
RemoveDownloads
(base::Time remove_begin) = 0;
/external/chromium_org/chrome/browser/download/
download_history.h
45
virtual void
RemoveDownloads
(const std::set<uint32>& ids);
62
// Fires when
RemoveDownloads
messages are sent to the DB thread.
download_history.cc
176
void DownloadHistory::HistoryAdapter::
RemoveDownloads
(
178
history_->
RemoveDownloads
(ids);
429
history_->
RemoveDownloads
(remove_ids);
download_history_unittest.cc
115
virtual void
RemoveDownloads
(const IdSet& ids) OVERRIDE {
689
// Instead of calling
RemoveDownloads
() immediately, DownloadHistory should
699
//
RemoveDownloads
() for the item that was removed while it was being added.
/external/chromium_org/content/public/test/
mock_download_manager.h
88
MOCK_METHOD1(
RemoveDownloads
, int(base::Time remove_begin));
/external/chromium_org/content/browser/download/
download_manager_impl.h
70
virtual int
RemoveDownloads
(base::Time remove_begin) OVERRIDE;
download_manager_impl.cc
585
int DownloadManagerImpl::
RemoveDownloads
(base::Time remove_begin) {
/external/chromium/chrome/browser/download/
download_manager.h
159
int
RemoveDownloads
(const base::Time remove_begin);
download_manager.cc
[
all
...]
/external/chromium/chrome/browser/history/
history_backend.h
247
void
RemoveDownloads
(const base::Time remove_end);
/external/chromium_org/chrome/browser/history/
history_backend.h
290
void
RemoveDownloads
(const std::set<uint32>& ids);
[
all
...]
history_service.h
448
void
RemoveDownloads
(const std::set<uint32>& ids);
[
all
...]
history_service.cc
845
void HistoryService::
RemoveDownloads
(const std::set<uint32>& ids) {
[
all
...]
history_backend.cc
[
all
...]
Completed in 134 milliseconds