Home | History | Annotate | Download | only in base

Lines Matching refs:creation_time

549   Time creation_time = CurrentTime();
550 last_time_seen_ = creation_time;
555 creation_time, expiration_time,
563 return SetCanonicalCookie(&cc, creation_time, options);
848 const base::Time& creation_time) {
856 return SetCookieWithCreationTimeAndOptions(url, cookie_line, creation_time,
1189 Time creation_time = creation_time_or_null;
1190 if (creation_time.is_null()) {
1191 creation_time = CurrentTime();
1192 last_time_seen_ = creation_time;
1216 Time cookie_expires = CanonExpiration(pc, creation_time, options);
1219 cookie_path, creation_time, cookie_expires,
1220 creation_time, pc.IsSecure(), pc.IsHttpOnly(),
1227 return SetCanonicalCookie(&cc, creation_time, options);
1231 const Time& creation_time,
1234 bool already_expired = (*cc)->IsExpired(creation_time);
1250 ((*cc)->ExpiryDate() - creation_time).InMinutes());
1261 GarbageCollect(creation_time, key);