HomeSort by relevance Sort by last modified time
    Searched full:last_modified (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_metadata.cc 19 const base::Time& last_modified)
22 last_modified(last_modified) {
30 last_modified == that.last_modified;
sync_file_metadata.h 20 const base::Time& last_modified);
25 base::Time last_modified; member in class:sync_file_system::SyncFileMetadata
  /external/chromium_org/content/public/browser/
indexed_db_info.cc 11 const base::Time& last_modified,
16 last_modified_(last_modified),
local_storage_usage_info.h 18 base::Time last_modified; member in struct:content::LocalStorageUsageInfo
indexed_db_info.h 19 const base::Time& last_modified,
  /external/chromium_org/chrome/browser/history/
download_row.cc 27 const std::string& last_modified,
44 last_modified(last_modified),
  /external/chromium_org/content/public/test/
mock_download_manager.cc 21 const std::string& last_modified,
52 last_modified(rhs.last_modified),
72 last_modified == rhs.last_modified &&
101 const std::string& last_modified,
110 end_time, etag, last_modified, received_bytes, total_bytes, state,
mock_download_manager.h 37 std::string last_modified; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
54 const std::string& last_modified,
107 const std::string& last_modified,
  /external/chromium/chrome/browser/policy/
file_based_policy_provider_unittest.cc 31 base::Time last_modified; local
35 Return(last_modified));
54 base::Time last_modified; local
58 Return(last_modified));
  /external/chromium_org/webkit/glue/
webkit_glue.cc 22 if (file_info.last_modified.is_null())
25 web_file_info->modificationTime = file_info.last_modified.ToDoubleT();
  /external/chromium/net/ftp/
ftp_directory_listing_parser.h 33 base::Time last_modified; member in struct:net::FtpDirectoryListingEntry
  /external/chromium/net/http/
http_atom_list.h 39 HTTP_ATOM(LAST_MODIFIED)
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper.cc 20 const GURL& origin_url, int64 size, base::Time last_modified)
21 : origin_url(origin_url), size(size), last_modified(last_modified) {}
64 LocalStorageInfo(info.origin, info.data_size, info.last_modified));
  /external/chromium_org/net/http/
http_atom_list.h 39 HTTP_ATOM(LAST_MODIFIED)
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_finder_mac.mm 52 if (file_info.last_modified <= most_recent_db_time)
55 most_recent_db_time = file_info.last_modified;
  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector.cc 31 is_identical = (src_info.last_modified == dest_info.last_modified);
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 43 base::Time last_modified) = 0;
57 base::Time last_modified);
75 base::Time last_modified);
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 42 base::Time last_modified) = 0;
56 base::Time last_modified) OVERRIDE;
73 base::Time last_modified) OVERRIDE;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm 62 base::Time last_modified = base::Time::Now();
64 origin_identifier, description, host, size, last_modified);
91 base::Time last_modified = base::Time::Now();
93 database_identifier, origin, file_path, size, last_modified);
150 base::Time last_modified = base::Time::Now();
158 last_modified);
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm 61 base::Time last_modified = base::Time::Now();
64 database_name, description, size, last_modified);
86 base::Time last_modified = base::Time::Now();
88 kOrigin, size, last_modified);
140 base::Time last_modified = base::Time::Now();
144 last_modified,
  /external/chromium_org/components/test/data/web_database/
version_44.sql 8 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);
27 last_modified INT,
version_45.sql 23 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,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR);
40 last_modified INT,
version_45_compatible.sql 23 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,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR);
40 last_modified INT,
version_45_invalid.sql 23 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,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR);
40 last_modified INT,
version_46.sql 23 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,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR);
24 CREATE TABLE keywords_backup(id INT,short_name TEXT,keyword TEXT,favicon_url TEXT,url TEXT,safe_for_autoreplace INT,originating_url TEXT,date_created INT,usage_count INT,input_encodings TEXT,show_in_default_list INT,suggest_url TEXT,prepopulate_id INT,created_by_policy INT,instant_url TEXT,last_modified INT,sync_guid TEXT);

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011