Searched defs:last_modified (Results 1 - 25 of 87) sorted by last modified time

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h68 time_t last_modified; member in struct:rtc::DiskCache::Entry
H A Dhttpclient.cc169 time_t last_modified, date; local
170 if (HttpDateToSeconds(value, &last_modified)
173 && (last_modified + 60 < date)) {
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h80 base::Time last_modified() const { return last_modified_; } function in class:zip::ZipReader::EntryInfo
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dgenerate.cc473 double last_modified; local
480 if (!GenerateParam(&last_modified, generator))
486 p->last_modified = base::Time::FromDoubleT(last_modified);
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc1244 Time last_modified[kNumEntries]; local
1249 last_modified[count] = entry->GetLastModified();
1251 EXPECT_TRUE(initial <= last_modified[count]);
1252 EXPECT_TRUE(final >= last_modified[count]);
1266 EXPECT_TRUE(last_modified[count] == entry->GetLastModified());
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h140 uint64 last_modified; // LRU info. member in struct:disk_cache::RankingsNode
H A Dentry_impl.cc688 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) { argument
690 node_.Data()->last_modified = last_modified.ToInternalValue();
801 return Time::FromInternalValue(node->Data()->last_modified);
1235 node_.Data()->last_modified = current.ToInternalValue();
H A Dentry_impl_v3.cc436 void EntryImplV3::SetTimes(base::Time last_used, base::Time last_modified) { argument
438 node_.Data()->last_modified = last_modified.ToInternalValue();
514 return Time::FromInternalValue(node->Data()->last_modified);
1033 node_.Data()->last_modified = current.ToInternalValue();
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc124 base::Time last_modified,
128 last_modified_(last_modified),
808 out_entry_stat->set_last_modified(file_info.last_modified);
811 base::Time::Now() - out_entry_stat->last_modified();
123 SimpleEntryStat(base::Time last_used, base::Time last_modified, const int32 data_size[], const int32 sparse_data_size) argument
H A Dsimple_synchronous_entry.h38 base::Time last_modified,
50 base::Time last_modified() const { return last_modified_; } function in class:disk_cache::SimpleEntryStat
52 void set_last_modified(base::Time last_modified) { argument
53 last_modified_ = last_modified;
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser.h34 base::Time last_modified; member in struct:net::FtpDirectoryListingEntry
/external/chromium_org/net/http/
H A Dhttp_util.cc715 base::Time last_modified; local
716 if (!base::Time::FromString(last_modified_header.c_str(), &last_modified))
723 return ((date - last_modified).InSeconds() >= 60);
/external/chromium_org/net/tools/dump_cache/
H A Dcache_dumper.cc34 base::Time last_modified) {
37 last_modified);
217 base::Time last_modified) {
33 CloseEntry(disk_cache::Entry* entry, base::Time last_used, base::Time last_modified) argument
216 CloseEntry(disk_cache::Entry* entry, base::Time last_used, base::Time last_modified) argument
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc207 file_info.last_modified,
455 file_info.last_modified));
460 const base::Time& last_modified,
482 last_modified));
486 callback, last_modified, base::File::FILE_OK);
491 const base::Time& last_modified,
516 weak_factory_.GetWeakPtr(), callback, last_modified));
521 const base::Time& last_modified,
539 dest_url_, base::Time::Now() /* last_access */, last_modified,
977 file_info.last_modified,
458 RunAfterCreateFileForDestination( const CopyOrMoveOperationDelegate::StatusCallback& callback, const base::Time& last_modified, base::File::Error error) argument
489 RunAfterTruncateForDestination( const CopyOrMoveOperationDelegate::StatusCallback& callback, const base::Time& last_modified, base::File::Error error) argument
519 RunAfterStreamCopy( const CopyOrMoveOperationDelegate::StatusCallback& callback, const base::Time& last_modified, base::File::Error error) argument
[all...]
/external/chromium_org/ipc/
H A Dipc_message_utils.cc573 WriteParam(m, p.last_modified.ToDoubleT());
581 double last_modified, last_accessed, creation_time; local
584 !ReadParam(m, iter, &last_modified) ||
588 p->last_modified = base::Time::FromDoubleT(last_modified);
601 LogParam(p.last_modified.ToDoubleT(), l);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc131 uint32 last_modified,
139 params.last_modified = last_modified;
405 uint32 last_modified) {
411 params.last_modified = last_modified;
402 DidReceiveManualResponse( const GURL& url, const std::string& mime_type, const std::string& headers, uint32 expected_length, uint32 last_modified) argument
H A Dwebplugin_impl.cc187 uint32 last_modified; member in struct:content::__anon7777::ResponseInfo
197 response_info->last_modified =
434 response_info.last_modified);
1041 response_info.last_modified,
/external/chromium_org/components/nacl/common/
H A Dpnacl_types.h27 base::Time last_modified; member in struct:nacl::PnaclCacheInfo
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc621 cache_info.last_modified = last_modified_time;
1518 std::string last_modified = local
1521 base::Time::FromString(last_modified.c_str(), &last_modified_time);
/external/chromium_org/components/search_engines/
H A Ddefault_search_manager.cc67 const char DefaultSearchManager::kLastModified[] = "last_modified";
186 base::Int64ToString(data.last_modified.ToInternalValue()));
278 prepopulated_urls[i]->last_modified =
279 prefs_default_search_->last_modified;
362 int64 last_modified = 0; local
363 if (base::StringToInt64(date_created_str, &last_modified)) {
364 prefs_default_search_->last_modified =
365 base::Time::FromInternalValue(last_modified);
H A Dtemplate_url.h567 base::Time last_modified() const { return data_.last_modified; } function in class:TemplateURL
H A Dtemplate_url_data.h87 base::Time last_modified; member in struct:TemplateURLData
H A Dtemplate_url_service_unittest.cc71 Time last_modified) {
84 data.last_modified = last_modified;
99 Time last_modified) {
102 safe_for_autoreplace, false, encodings, date_created, last_modified);
109 // date_created or the last_modified time. Neither pointer should be NULL.
148 Time last_modified);
211 Time last_modified) {
214 encodings, date_created, last_modified);
230 ASSERT_EQ(expected.last_modified(), actua
59 CreateKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, bool show_in_default_list, const std::string& encodings, Time date_created, Time last_modified) argument
88 AddKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
201 AddKeywordWithDate( const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_38.sql8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0);

Completed in 971 milliseconds

1234