OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_downloads_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
download_manager.cc
141
for (DownloadMap::iterator it =
history_downloads_
.begin();
142
it !=
history_downloads_
.end(); ++it) {
153
for (DownloadMap::iterator it =
history_downloads_
.begin();
154
it !=
history_downloads_
.end(); ++it) {
165
for (DownloadMap::iterator it =
history_downloads_
.begin();
166
it !=
history_downloads_
.end(); ++it) {
196
for (DownloadMap::iterator it =
history_downloads_
.begin();
197
it !=
history_downloads_
.end(); ++it) {
252
// insert the new DownloadItem into '
history_downloads_
' or inform our
641
DCHECK_EQ(1u,
history_downloads_
.count(download->db_handle()))
[
all
...]
download_manager.h
333
// |
history_downloads_
| is map of all downloads in this profile. The key
354
// DownloadItem* is placed in the |
history_downloads_
| map. When the
357
// history system are placed directly into |
history_downloads_
| since
363
DownloadMap
history_downloads_
;
member in class:DownloadManager
Completed in 25 milliseconds