Searched refs:original_mime_type (Results 1 - 20 of 20) sorted by relevance

/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
H A Ddownload_database.cc190 EnsureColumnExists("original_mime_type", "VARCHAR(255) NOT NULL"
310 "original_mime_type VARCHAR(255) NOT NULL)"; // Original MIME type.
364 "mime_type, original_mime_type, "
382 info->original_mime_type = statement_main.ColumnString(column++);
504 "mime_type=?, original_mime_type=?, "
513 statement.BindString(column++, data.original_mime_type);
564 " mime_type, original_mime_type, "
576 statement_insert.BindString(column++, info.original_mime_type);
H A Dhistory_unittest.cc274 EXPECT_EQ("application/octet-stream", downloads[0].original_mime_type);
696 // current version, creating themime_type abd original_mime_type columns.
714 "SELECT mime_type, original_mime_type from downloads"));
/external/chromium_org/content/public/test/
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
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,
/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_item_factory.h48 const std::string& original_mime_type,
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_resource_handler.cc231 if (!headers->GetMimeType(&info->original_mime_type))
232 info->original_mime_type.clear();
H A Ddownload_manager_impl.h83 const std::string& original_mime_type,
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.h60 const std::string& original_mime_type,
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/browser/android/
H A Ddownload_controller_android_impl.h64 std::string original_mime_type; member in struct:content::DownloadControllerAndroidImpl::DownloadInfoAndroid
H A Ddownload_controller_android_impl.cc219 ConvertUTF8ToJavaString(env, info.original_mime_type);
411 request->response_headers()->GetMimeType(&original_mime_type);
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h146 const std::string& original_mime_type,
/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;
/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
H A Ddownload_history.cc150 // Ignore url, referrer, mime_type, original_mime_type, start_time,
269 it->original_mime_type,

Completed in 932 milliseconds