Home
last modified time | relevance | path

Searched refs:DownloadCreateRequest (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_marshaling.h63 DownloadCreateRequest; typedef
Dhistory_backend.h242 void CreateDownload(scoped_refptr<DownloadCreateRequest> request,
Dhistory.cc521 new history::DownloadCreateRequest(callback), create_info); in CreateDownload()
Dhistory_backend.cc1134 scoped_refptr<DownloadCreateRequest> request, in CreateDownload()
1140 request->ForwardResult(DownloadCreateRequest::TupleType(create_info, in CreateDownload()
/external/chromium/chrome/browser/download/
Ddownload_history.cc60 history::DownloadCreateRequest::TupleType(info, GetNextFakeDbHandle())); in AddEntry()