Home | History | Annotate | Download | only in download

Lines Matching full:int64

146   void Update(int64 bytes_so_far);
160 void OnAllDataSaved(int64 size);
169 void Interrupted(int64 size, int os_error);
187 int64 CurrentSpeed() const;
253 int64 total_bytes() const { return total_bytes_; }
254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; }
255 int64 received_bytes() const { return received_bytes_; }
258 void set_db_handle(int64 handle) { db_handle_ = handle; }
259 int64 db_handle() const { return db_handle_; }
303 void UpdateSize(int64 size);
337 int64 total_bytes_;
340 int64 received_bytes_;
358 int64 db_handle_;