Searched refs:last_modified (Results 1 - 25 of 219) sorted by relevance

123456789

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_metadata.cc19 const base::Time& last_modified)
22 last_modified(last_modified) {
30 last_modified == that.last_modified;
16 SyncFileMetadata( SyncFileType file_type, int64 size, const base::Time& last_modified) argument
H A Dsync_file_metadata.h20 const base::Time& last_modified);
25 base::Time last_modified; member in class:sync_file_system::SyncFileMetadata
/external/chromium_org/content/public/browser/
H A Dindexed_db_info.cc11 const base::Time& last_modified,
16 last_modified_(last_modified),
9 IndexedDBInfo(const GURL& origin, int64 size, const base::Time& last_modified, const base::FilePath& path, size_t connection_count) argument
H A Dlocal_storage_usage_info.h18 base::Time last_modified; member in struct:content::LocalStorageUsageInfo
H A Dindexed_db_info.h19 const base::Time& last_modified,
/external/chromium_org/storage/browser/blob/
H A Dfile_stream_reader.cc17 file_info.last_modified.ToTimeT();
/external/chromium_org/content/child/
H A Dfile_info_util.cc16 if (file_info.last_modified.is_null())
19 web_file_info->modificationTime = file_info.last_modified.ToDoubleT();
/external/chromium_org/components/nacl/common/
H A Dpnacl_types.h27 base::Time last_modified; member in struct:nacl::PnaclCacheInfo
/external/chromium_org/chrome/installer/util/
H A Dduplicate_tree_detector.cc31 is_identical = (src_info.last_modified == dest_info.last_modified);
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser.h34 base::Time last_modified; member in struct:net::FtpDirectoryListingEntry
H A Dftp_directory_listing_parser_os2.cc58 &entry.last_modified)) {
H A Dftp_directory_listing_parser_windows.cc53 &entry.last_modified)) {
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc29 const std::string& last_modified,
48 last_modified(last_modified),
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.h35 const std::string& last_modified,
79 std::string last_modified; member in struct:history::DownloadRow
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc23 const std::string& last_modified,
56 last_modified(rhs.last_modified),
78 last_modified == rhs.last_modified &&
109 const std::string& last_modified,
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/net/tools/dump_cache/
H A Dcache_dumper.h42 base::Time last_modified) = 0;
56 base::Time last_modified) OVERRIDE;
73 base::Time last_modified) OVERRIDE;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper.cc19 const GURL& origin_url, int64 size, base::Time last_modified)
20 : origin_url(origin_url), size(size), last_modified(last_modified) {}
63 LocalStorageInfo(info.origin, info.data_size, info.last_modified));
18 LocalStorageInfo( const GURL& origin_url, int64 size, base::Time last_modified) argument
H A Dbrowsing_data_local_storage_helper.h34 base::Time last_modified);
39 base::Time last_modified; member in struct:BrowsingDataLocalStorageHelper::LocalStorageInfo
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_linux.cc51 return exe_file_info.last_modified.ToDoubleT();
/external/chromium_org/components/search_engines/
H A Dtemplate_url_data.cc17 last_modified(base::Time::Now()),
/external/chromium_org/content/child/npapi/
H A Dwebplugin_resource_client.h27 uint32 last_modified,
/external/chromium_org/base/files/
H A Dfile_util_proxy_unittest.cc82 EXPECT_EQ(expected_info.last_modified, file_info_.last_modified);
105 EXPECT_EQ(expected_info.last_modified, file_info_.last_modified);
130 static_cast<int>(info.last_modified.ToDoubleT()));
H A Dfile_path_watcher_win.cc102 last_modified_ = file_info.last_modified;
170 last_modified_ != file_info.last_modified)) {
171 last_modified_ = file_info.last_modified;
174 } else if (file_exists && last_modified_ == file_info.last_modified &&
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.h82 std::string last_modified; member in struct:content::DownloadCreateInfo
/external/chromium_org/sync/internal_api/
H A Dsync_db_util.cc34 base::Bind(callback, info.last_modified));

Completed in 1255 milliseconds

123456789