OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateDownload
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/history/
download_database.h
40
bool
UpdateDownload
(const DownloadRow& data);
download_database.cc
486
bool DownloadDatabase::
UpdateDownload
(const DownloadRow& data) {
history_backend.h
275
void
UpdateDownload
(const DownloadRow& data);
[
all
...]
history_service.h
435
void
UpdateDownload
(const history::DownloadRow& data);
[
all
...]
history_service.cc
772
void HistoryService::
UpdateDownload
(const history::DownloadRow& data) {
774
ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::
UpdateDownload
, data);
[
all
...]
history_backend.cc
[
all
...]
/external/chromium_org/chrome/browser/download/
download_history.h
43
virtual void
UpdateDownload
(const history::DownloadRow& data);
download_history.cc
188
void DownloadHistory::HistoryAdapter::
UpdateDownload
(
190
history_->
UpdateDownload
(data);
408
history_->
UpdateDownload
(current_info);
download_history_unittest.cc
111
virtual void
UpdateDownload
(
722
// Change something that would make DownloadHistory call
UpdateDownload
if the
[
all
...]
Completed in 81 milliseconds