Searched refs:ReservationKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.cc27 typedef DownloadItem* ReservationKey; typedef in namespace:__anon4886
28 typedef std::map<ReservationKey, base::FilePath> ReservationMap;
41 // ReservationKey=DownloadItem*. This object is destroyed in |Revoke()| when
153 ReservationKey key,
252 void UpdateReservation(ReservationKey key, const base::FilePath& new_path) {
268 void RevokeReservation(ReservationKey key) {

Completed in 65 milliseconds