Home | History | Annotate | Download | only in history

Lines Matching refs:db_handle

1120                                     int64 db_handle) {
1122 db_->UpdateDownload(received_bytes, state, db_handle);
1127 int64 db_handle) {
1129 db_->UpdateDownloadPath(path, db_handle);
1132 // Create a new download entry and pass back the db_handle to it.
1136 int64 db_handle = 0;
1139 db_handle = db_->CreateDownload(create_info);
1141 db_handle));
1145 void HistoryBackend::RemoveDownload(int64 db_handle) {
1147 db_->RemoveDownload(db_handle);