Searched refs:creation_date (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dappcache_info_view.cc31 string16 creation_date = local
38 SetValue(row++, creation_date);
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dwin_platform_backend.py127 creation_date = None
129 creation_date = float(re.split('[+-]', parts[-4])[0])
130 pi['CreationDate'] = creation_date
/external/chromium/chrome/browser/
H A Dkeychain_mock_mac.h98 const char* creation_date; member in struct:MockKeychain::KeychainTestData
H A Dkeychain_mock_mac.cc435 SetTestDataString(index, kSecCreationDateItemAttr, item_data.creation_date);
/external/chromium_org/crypto/
H A Dmock_apple_keychain.h114 const char* creation_date; member in struct:crypto::MockAppleKeychain::KeychainTestData
H A Dmock_apple_keychain_mac.cc503 SetTestDataString(key, kSecCreationDateItemAttr, item_data.creation_date);
/external/grub/stage2/
H A Diso9660.h124 u_int8_t creation_date[17]; member in struct:iso_primary_descriptor
/external/chromium/net/base/
H A Dcookie_monster_unittest.cc1789 const int64 creation_date = it->CreationDate().ToInternalValue(); local
1791 existing_cookie_it(check_map.find(creation_date));
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc1888 const int64 creation_date = it->CreationDate().ToInternalValue(); local
1890 existing_cookie_it(check_map.find(creation_date));
/external/libmtp/src/
H A Dptp.c2253 strncpy(params->wifi_profiles[profn].creation_date, buffer, sizeof(params->wifi_profiles[profn].creation_date));
H A Dptp.h1039 * but are set automatically, like id, display_order and creation_date. */
1043 char creation_date[16]; member in struct:_PTPNIKONWifiProfile

Completed in 358 milliseconds