HomeSort by relevance Sort by last modified time
    Searched defs:creation_time (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/base/process/
process_info_win.cc 16 FILETIME creation_time = {}; local
18 if (::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore,
22 return Time::FromFileTime(creation_time);
process_metrics_win.cc 199 FILETIME creation_time; local
206 if (!GetProcessTimes(process_, &creation_time, &exit_time,
  /external/chromium_org/chrome/common/importer/
imported_bookmark_entry.h 25 base::Time creation_time; member in struct:ImportedBookmarkEntry
  /external/chromium/chrome/browser/importer/
profile_writer.h 58 base::Time creation_time; member in struct:ProfileWriter::BookmarkEntry
  /external/chromium/chrome/browser/password_manager/
password_form_data.h 26 const double creation_time; member in struct:PasswordFormData
  /external/chromium_org/chrome/browser/password_manager/
password_form_data.h 27 const double creation_time; member in struct:PasswordFormData
  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 82 base::Time creation_time = base::Time::Now(); local
86 CanonicalCookie::Create(url, "A=2", creation_time, options));
95 cookie.reset(CanonicalCookie::Create(url2, "B=1", creation_time, options));
106 CanonicalCookie::Create(url, "A=2; Secure", creation_time, options));
112 CanonicalCookie::Create(url, "A=2; HttpOnly", creation_time, options));
117 CanonicalCookie::Create(url, "A=2; HttpOnly", creation_time,
124 url, "A", "2", "www.example.com", "/test", creation_time, base::Time(),
134 url, "A", "2", ".www.example.com", "/test", creation_time, base::Time(),
146 base::Time creation_time = base::Time::Now(); local
152 url, cookie_line, creation_time, options))
183 base::Time creation_time = base::Time::Now(); local
265 base::Time creation_time = base::Time::Now(); local
298 base::Time creation_time = base::Time::Now(); local
322 base::Time creation_time = base::Time::Now(); local
    [all...]
cookie_monster_store_test.cc 104 const base::Time& creation_time) {
121 creation_time, cookie_expires, creation_time,
128 const base::Time& creation_time,
132 BuildCanonicalCookie(key, cookie_line, creation_time)));
170 int64 creation_time = cookie.CreationDate().ToInternalValue(); local
171 EXPECT_TRUE(cookies_.find(creation_time) == cookies_.end());
172 cookies_[creation_time] = cookie;
177 int64 creation_time = cookie.CreationDate().ToInternalValue(); local
178 ASSERT_TRUE(cookies_.find(creation_time) != cookies_.end())
184 int64 creation_time = cookie.CreationDate().ToInternalValue(); local
208 base::Time creation_time = local
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_link_manager.h 81 base::TimeTicks creation_time);
93 base::TimeTicks creation_time; member in struct:prerender::PrerenderLinkManager::LinkPrerender
  /external/chromium_org/net/ssl/
server_bound_cert_store.h 34 base::Time creation_time,
44 base::Time creation_time() const { return creation_time_; } function in class:net::ServerBoundCertStore::ServerBoundCert
90 base::Time creation_time,
  /external/chromium_org/ppapi/c/
pp_file_info.h 82 PP_Time creation_time; member in struct:PP_FileInfo
  /external/chromium/net/base/
cookie_monster_store_test.cc 79 const base::Time& creation_time,
98 creation_time, creation_time, cookie_expires,
120 int64 creation_time = cookie.CreationDate().ToInternalValue(); local
121 EXPECT_TRUE(cookies_.find(creation_time) == cookies_.end());
122 cookies_[creation_time] = cookie;
127 int64 creation_time = cookie.CreationDate().ToInternalValue(); local
128 ASSERT_TRUE(cookies_.find(creation_time) != cookies_.end());
129 cookies_[creation_time].SetLastAccessDate(base::Time::Now());
134 int64 creation_time = cookie.CreationDate().ToInternalValue() local
159 base::Time creation_time = local
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h 56 base::TimeTicks creation_time; member in struct:predictors::NavigationID
  /external/chromium/base/
platform_file_unittest.cc 275 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
276 base::Time creation_time = info.creation_time; local
315 EXPECT_EQ(info.creation_time.ToInternalValue(),
316 creation_time.ToInternalValue());
platform_file.h 96 base::Time creation_time; member in struct:base::PlatformFileInfo
  /external/chromium_org/base/
platform_file_unittest.cc 355 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
356 base::Time creation_time = info.creation_time; local
395 EXPECT_EQ(info.creation_time.ToInternalValue(),
396 creation_time.ToInternalValue());
platform_file.h 114 base::Time creation_time; member in struct:base::PlatformFileInfo
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 265 FILETIME creation_time; local
270 &creation_time,
  /external/chromium_org/ipc/
ipc_message_utils.cc 583 WriteParam(m, p.creation_time.ToDoubleT());
591 double creation_time; local
597 ReadParam(m, iter, &creation_time);
601 p->creation_time = base::Time::FromDoubleT(creation_time);
617 LogParam(p.creation_time.ToDoubleT(), l);
  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 39 base::Time creation_time; member in struct:appcache::AppCacheDatabase::GroupRecord
appcache_group.h 57 const base::Time& creation_time() const { return creation_time_; } function in class:appcache::AppCacheGroup
  /external/chromium/chrome/browser/
browser_main_win.cc 122 FILETIME creation_time = {}; local
124 ::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore, &ignore, local
128 base::Time::Now() - base::Time::FromFileTime(creation_time);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 219 base::Time creation_time = local
239 rich_notification_data.timestamp = creation_time;
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 32 db->DoesColumnExist(kWebRTCIdentityStoreDBName, "creation_time"))
46 "creation_time INTEGER)");
69 creation_time(base::Time::Now().ToInternalValue()) {}
74 int64 creation_time)
78 creation_time(creation_time) {}
83 int64 creation_time; member in struct:content::WebRTCIdentityStoreBackend::Identity
292 if (it->second.creation_time >= delete_begin.ToInternalValue() &&
293 it->second.creation_time <= delete_end.ToInternalValue())
363 "certificate, private_key, creation_time "
373 int64 creation_time = stmt.ColumnInt64(5); local
    [all...]
  /external/chromium_org/net/disk_cache/
disk_format.h 108 uint64 creation_time; member in struct:disk_cache::EntryStore

Completed in 1084 milliseconds

1 2