Home | History | Annotate | Download | only in download

Lines Matching full:int64

524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) {
538 int64 size,
555 int64 size,
735 int64 size,
802 void DownloadManager::RemoveDownload(int64 download_handle) {
952 int64 DownloadManager::GetInProgressDownloadCount() {
956 int64 DownloadManager::GetReceivedDownloadBytes() {
958 int64 received_bytes = 0;
966 int64 DownloadManager::GetTotalDownloadBytes() {
968 int64 total_bytes = 0;
1026 int64 db_handle) {