OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateDownload
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/history/
download_database.cc
148
int64 DownloadDatabase::
CreateDownload
(const DownloadCreateInfo& info) {
history.cc
516
HistoryService::Handle HistoryService::
CreateDownload
(
520
return Schedule(PRIORITY_NORMAL, &HistoryBackend::
CreateDownload
, consumer,
history_backend.cc
[
all
...]
/external/chromium_org/chrome/browser/download/
download_history.cc
165
void DownloadHistory::HistoryAdapter::
CreateDownload
(
168
history_->
CreateDownload
(info, callback);
283
history_->
CreateDownload
(*data->info(), base::Bind(
/external/chromium_org/chrome/browser/history/
download_database.cc
506
bool DownloadDatabase::
CreateDownload
(const DownloadRow& info) {
history_service.cc
788
void HistoryService::
CreateDownload
(
797
base::Bind(&HistoryBackend::
CreateDownload
,
[
all
...]
history_backend.cc
[
all
...]
Completed in 91 milliseconds