Lines Matching full:history
6 // updates to the history system and providing the information for displaying
21 // The DownloadManager uses the history service for storing persistent
22 // information about the state of all downloads. The history system maintains a
24 // DownloadManager is constructed, we query the history service for the state of
134 // history insertion.
166 // history and remove the download from |active_downloads_|.
181 // in the download history. Used in cases such as drag and drop.
194 // Methods called on completion of a query sent to the history system.
325 // this session, downloads initialized from the history system, and
334 // is the handle returned by the history system, which is unique
342 // not yet received a valid history handle. The key is the ID assigned by the
353 // valid handle from the history system. Once it has a valid handle, the
357 // history system are placed directly into |history_downloads_| since
358 // they have valid handles in the history system.