HomeSort by relevance Sort by last modified time
    Searched refs:last_modified (Results 101 - 125 of 238) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/webkit/child/
ftp_directory_listing_response_delegate.cc 98 entry.name, entry.raw_name, is_directory, size, entry.last_modified));
  /external/chromium_org/base/
file_util.h 296 const base::Time& last_modified);
300 const base::Time& last_modified);
  /external/chromium_org/chrome/browser/chromeos/drive/
search_metadata.cc 36 return a_file_info.last_modified() > b_file_info.last_modified();
webkit_file_stream_reader_impl.cc 107 entry->file_info().last_modified()) {
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 48 EXPECT_EQ(left.last_modified, right.last_modified);
255 infos->at(index).last_modified,
373 const std::string& last_modified,
396 info->last_modified = last_modified;
425 .WillRepeatedly(ReturnRefOfCopy(last_modified));
592 // last_modified
595 info.last_modified = new_last_modifed;
download_history.cc 142 (previous->last_modified != current.last_modified) ||
241 it->last_modified,
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.cc 142 file_entry_info.last_modified =
144 file_entry_info.last_accessed = file_entry_info.last_modified;
  /external/chromium_org/content/child/npapi/
plugin_stream.cc 58 uint32 last_modified,
63 stream_.lastmodified = last_modified;
webplugin_delegate_impl.cc 218 const std::string& headers, uint32 expected_length, uint32 last_modified) {
226 expected_length, last_modified);
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 101 Time last_modified) {
113 data.last_modified = last_modified;
121 // date_created or the last_modified time. Neither pointer should be NULL.
208 Time last_modified);
295 Time last_modified) {
298 encodings, date_created, last_modified);
314 ASSERT_EQ(expected.last_modified(), actual.last_modified());
332 data.last_modified = Time::FromTimeT(100)
    [all...]
template_url_service_sync_unittest.cc 75 se_specifics->set_last_modified(turl.last_modified().ToInternalValue());
224 // GUIDs for easy identification later. We also make the last_modified times
233 // the |url| and |guid| and initializing the date_created and last_modified
301 data.last_modified = Time::FromTimeT(last_mod);
320 ASSERT_EQ(expected.last_modified(), actual.last_modified());
383 data.last_modified = Time::FromTimeT(100);
697 // been no changes since the last time we synced. Even the last_modified
    [all...]
util.cc 164 prepopulated_url->last_modified = original_turl->last_modified();
216 // Update last_modified to ensure that if this entry is later merged with
219 data.last_modified = base::Time::Now();
286 // adjust the last_modified time of this keyword; this way, we won't later
  /external/chromium_org/webkit/browser/blob/
blob_url_request_job_unittest.cc 149 temp_file_modification_time1_ = file_info1.last_modified;
157 temp_file_modification_time2_ = file_info2.last_modified;
233 *modification_time = file_info.last_modified;
  /external/chromium/base/
platform_file_posix.cc 193 info->last_modified = base::Time::FromTimeT(file_info.st_mtime);
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.cc 122 return file_info.last_modified;
  /external/chromium/chrome/browser/ui/views/
database_info_view.cc 47 base::TimeFormatFriendlyDateAndTime(database_info.last_modified));
indexed_db_info_view.cc 42 base::TimeFormatFriendlyDateAndTime(indexed_db_info.last_modified));
local_storage_info_view.cc 43 base::TimeFormatFriendlyDateAndTime(local_storage_info.last_modified));
  /external/chromium/net/base/
upload_data_stream.cc 98 info.last_modified.ToTimeT()) {
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 65 result = info.last_modified.ToDoubleT();
  /external/chromium_org/chrome/common/
automation_messages.h 48 IPC_STRUCT_MEMBER(base::Time, last_modified)
  /external/chromium_org/chrome_frame/
plugin_url_request.h 30 base::Time last_modified, const std::string& redirect_url,
  /external/chromium_org/components/test/data/web_database/
version_43.sql 10 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, sync_guid VARCHAR);
12 CREATE TABLE keywords_backup (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, sync_guid VARCHAR);
  /external/chromium_org/content/browser/download/
download_manager_impl.h 84 const std::string& last_modified,
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 83 void SetTimes(base::Time last_used, base::Time last_modified);

Completed in 5358 milliseconds

1 2 3 45 6 7 8 910