Searched refs:DownloadCreateInfo (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium/chrome/browser/history/
H A Ddownload_types.cc7 DownloadCreateInfo::DownloadCreateInfo(const FilePath& path, function in class:DownloadCreateInfo
31 DownloadCreateInfo::DownloadCreateInfo() function in class:DownloadCreateInfo
46 DownloadCreateInfo::~DownloadCreateInfo() {
H A Ddownload_create_info.cc12 DownloadCreateInfo::DownloadCreateInfo(const FilePath& path, function in class:DownloadCreateInfo
39 DownloadCreateInfo::DownloadCreateInfo() function in class:DownloadCreateInfo
56 DownloadCreateInfo::~DownloadCreateInfo() {
59 bool DownloadCreateInfo::IsDangerous() {
63 std::string DownloadCreateInfo::DebugString() const {
86 const GURL& DownloadCreateInfo::url() const {
H A Ddownload_create_info.h24 struct DownloadCreateInfo { struct
25 DownloadCreateInfo(const FilePath& path,
33 DownloadCreateInfo();
34 ~DownloadCreateInfo();
H A Ddownload_database.h11 struct DownloadCreateInfo;
28 void QueryDownloads(std::vector<DownloadCreateInfo>* results);
43 int64 CreateDownload(const DownloadCreateInfo& info);
H A Ddownload_database.cc84 std::vector<DownloadCreateInfo>* results) {
96 DownloadCreateInfo info;
148 int64 DownloadDatabase::CreateDownload(const DownloadCreateInfo& info) {
H A Dhistory_marshaling.h59 std::vector<DownloadCreateInfo> >
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc14 DownloadCreateInfo::DownloadCreateInfo(const base::Time& start_time, function in class:content::DownloadCreateInfo
28 DownloadCreateInfo::DownloadCreateInfo() function in class:content::DownloadCreateInfo
36 DownloadCreateInfo::~DownloadCreateInfo() {
39 std::string DownloadCreateInfo::DebugString() const {
52 const GURL& DownloadCreateInfo::url() const {
H A Ddownload_create_info.h26 struct CONTENT_EXPORT DownloadCreateInfo { struct in namespace:content
27 DownloadCreateInfo(const base::Time& start_time,
33 DownloadCreateInfo();
34 ~DownloadCreateInfo();
96 DISALLOW_COPY_AND_ASSIGN(DownloadCreateInfo);
H A Ddownload_item_factory.h34 struct DownloadCreateInfo;
62 const DownloadCreateInfo& info,
H A Dmock_download_file.h19 struct DownloadCreateInfo;
H A Ddownload_file_impl.h26 struct DownloadCreateInfo;
H A Ddownload_resource_handler.h29 struct DownloadCreateInfo;
/external/chromium/chrome/browser/download/
H A Ddownload_file.h16 struct DownloadCreateInfo;
26 DownloadFile(const DownloadCreateInfo* info,
H A Ddownload_safe_browsing_client.h14 struct DownloadCreateInfo;
35 typedef Callback2<DownloadCreateInfo*, bool>::Type UrlDoneCallback;
46 void CheckDownloadUrl(DownloadCreateInfo* info, UrlDoneCallback* callback);
95 DownloadCreateInfo* info_;
H A Ddownload_file_manager.h53 struct DownloadCreateInfo;
78 void StartDownload(DownloadCreateInfo* info);
140 void CreateDownloadFile(DownloadCreateInfo* info,
H A Ddownload_manager.h57 struct DownloadCreateInfo;
120 void StartDownload(DownloadCreateInfo* info);
196 std::vector<DownloadCreateInfo>* entries);
198 DownloadCreateInfo info, int64 db_handle);
201 void ShowDownloadInBrowser(const DownloadCreateInfo& info,
216 void CreateDownloadItem(DownloadCreateInfo* info);
238 void CheckDownloadUrlDone(DownloadCreateInfo* info, bool is_dangerous_url);
279 void CheckIfSuggestedPathExists(DownloadCreateInfo* info,
284 void OnPathExistenceAvailable(DownloadCreateInfo* info);
289 void AttachDownloadItem(DownloadCreateInfo* inf
[all...]
H A Ddownload_util.h36 struct DownloadCreateInfo;
63 void GenerateFileNameFromInfo(DownloadCreateInfo* info,
270 bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool auto_open);
H A Ddownload_history.h34 void AddEntry(const DownloadCreateInfo& info,
H A Ddownload_item.h32 struct DownloadCreateInfo;
103 const DownloadCreateInfo& info);
107 const DownloadCreateInfo& info,
196 // Update the fields that may have changed in DownloadCreateInfo as a
H A Ddownload_manager_unittest.cc64 void AttachDownloadItem(DownloadCreateInfo* info) {
202 MockDownloadFile(DownloadCreateInfo* info, DownloadManager* manager)
307 DownloadCreateInfo* info = new DownloadCreateInfo;
348 DownloadCreateInfo* info(new DownloadCreateInfo);
403 DownloadCreateInfo* info(new DownloadCreateInfo);
469 DownloadCreateInfo* info(new DownloadCreateInfo);
[all...]
H A Ddownload_file.cc16 DownloadFile::DownloadFile(const DownloadCreateInfo* info,
H A Ddownload_manager.cc256 void DownloadManager::StartDownload(DownloadCreateInfo* info) {
267 void DownloadManager::CheckDownloadUrlDone(DownloadCreateInfo* info,
337 void DownloadManager::CheckIfSuggestedPathExists(DownloadCreateInfo* info,
425 void DownloadManager::OnPathExistenceAvailable(DownloadCreateInfo* info) {
459 void DownloadManager::CreateDownloadItem(DownloadCreateInfo* info) {
470 void DownloadManager::AttachDownloadItem(DownloadCreateInfo* info) {
476 scoped_ptr<DownloadCreateInfo> infop(info);
978 DownloadCreateInfo* info = reinterpret_cast<DownloadCreateInfo*>(params);
989 DownloadCreateInfo* inf
[all...]
H A Ddownload_history.cc43 const DownloadCreateInfo& info,
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h54 struct DownloadCreateInfo;
106 // Returns the id assigned to the download. If the DownloadCreateInfo
109 scoped_ptr<DownloadCreateInfo> info,
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h80 scoped_ptr<DownloadCreateInfo> info,
85 void(DownloadCreateInfo*, ByteStreamReader*));

Completed in 209 milliseconds

12