Home | History | Annotate | Download | only in download

Lines Matching refs:hs

31   HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
32 if (!hs) {
36 hs->QueryDownloads(&history_consumer_, callback);
39 hs->CleanUpInProgressEntries();
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
58 download_item->is_temporary() || !hs) {
65 hs->CreateDownload(info, &history_consumer_, callback);
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
76 if (!hs)
79 hs->UpdateDownload(download_item->received_bytes(),
91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
92 if (hs)
93 hs->UpdateDownloadPath(new_path, download_item->db_handle());
102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
103 if (hs)
104 hs->RemoveDownload(download_item->db_handle());
110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
111 if (hs)
112 hs->RemoveDownloadsBetween(remove_begin, remove_end);