Searched defs:original_mime_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/android/
H A Ddownload_controller_android_impl.h64 std::string original_mime_type; member in struct:content::DownloadControllerAndroidImpl::DownloadInfoAndroid
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc25 const std::string& original_mime_type,
44 original_mime_type(original_mime_type),
19 DownloadRow( const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start, const base::Time& end, const std::string& etag, const std::string& last_modified, int64 received, int64 total, content::DownloadItem::DownloadState download_state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, uint32 id, bool download_opened, const std::string& ext_id, const std::string& ext_name) argument
H A Ddownload_row.h31 const std::string& original_mime_type,
67 std::string original_mime_type; member in struct:history::DownloadRow
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.h77 std::string original_mime_type; member in struct:content::DownloadCreateInfo
H A Ddownload_manager_impl.cc173 const std::string& original_mime_type,
193 original_mime_type,
627 const std::string& original_mime_type,
650 original_mime_type,
620 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
H A Ddownload_manager_impl_unittest.cc240 const std::string& original_mime_type,
307 const std::string& original_mime_type,
299 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
H A Ddownload_item_impl.cc117 const std::string& original_mime_type,
139 original_mime_type_(original_mime_type),
190 original_mime_type_(info.original_mime_type),
110 DownloadItemImpl(DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h36 std::string original_mime_type; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
55 const std::string& original_mime_type,
110 const std::string& original_mime_type,
H A Dmock_download_manager.cc19 const std::string& original_mime_type,
36 original_mime_type(original_mime_type),
74 original_mime_type == rhs.original_mime_type &&
105 const std::string& original_mime_type,
118 original_mime_type, start_time, end_time, etag, last_modified,
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
98 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc46 EXPECT_EQ(left.original_mime_type, right.original_mime_type);
243 infos->at(index).original_mime_type,
381 const std::string& original_mime_type,
406 info->original_mime_type = original_mime_type;
433 original_mime_type));
374 InitItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, content::DownloadItem::DownloadState state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, bool opened, const std::string& by_extension_id, const std::string& by_extension_name, history::DownloadRow* info) argument
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.h160 void set_original_mime_type(const std::string& original_mime_type) { argument
161 original_mime_type_ = original_mime_type;

Completed in 719 milliseconds