Home | History | Annotate | Download | only in webdata

Lines Matching full:time

11 #include "base/time.h"
25 using base::Time;
56 std::set<Time> timestamps1(a.timestamps().begin(), a.timestamps().end());
57 std::set<Time> timestamps2(b.timestamps().begin(), b.timestamps().end());
73 std::set<Time>::iterator it;
101 base::Int64ToString(Time::Now().ToTimeT()) +
115 std::vector<Time> timestamps;
117 timestamps.push_back(Time::FromTimeT(timestamp0));
119 timestamps.push_back(Time::FromTimeT(timestamp1));
135 Time t1 = Time::Now();
254 t1, Time(), &changes));
347 Time t1 = Time::Now();
348 Time t2 = t1 + one_day;
394 Time t1 = Time::Now();
395 Time t2 = t1 + one_day;
495 std::vector<Time> timestamps;
500 EXPECT_TRUE(Time::FromTimeT(1) == timestamps[0]);
501 EXPECT_TRUE(Time::FromTimeT(2) == timestamps[1]);
570 Time t = Time::Now();
604 Time t = Time::Now();
672 Time pre_creation_time = Time::Now();
674 Time post_creation_time = Time::Now();
699 pre_creation_time = Time::Now();
701 post_creation_time = Time::Now();
719 Time pre_modification_time = Time::Now();
722 Time post_modification_time = Time::Now();
752 Time pre_modification_time_2 = Time::Now();
755 Time post_modification_time_2 = Time::Now();
1032 // Add the profile for real this time.
1090 Time pre_creation_time = Time::Now();
1092 Time post_creation_time = Time::Now();
1119 pre_creation_time = Time::Now();
1121 post_creation_time = Time::Now();
1139 Time pre_modification_time = Time::Now();
1141 Time post_modification_time = Time::Now();
1185 // Set a mocked value for the profile's creation time.
1186 const time_t mock_creation_date = Time::Now().ToTimeT() - 13;
1223 // Set a mocked value for the profile's modification time.
1224 const time_t mock_modification_date = Time::Now().ToTimeT() - 7;
1261 // Set a mocked value for the credit card's creation time.
1262 const time_t mock_creation_date = Time::Now().ToTimeT() - 13;
1299 // Set a mocked value for the credit card's modification time.
1300 const time_t mock_modification_date = Time::Now().ToTimeT() - 7;
1356 // Remove all entries modified in the bounded time range [17,41).
1360 Time::FromTimeT(17), Time::FromTimeT(41),
1394 // Remove all entries modified on or after time 51 (unbounded range).
1396 Time::FromTimeT(51), Time(),
1423 Time(), Time(),
1459 std::map<std::string, std::vector<Time> > name_value_times_map;
1462 std::vector<Time> timestamps1;
1471 Time::FromTimeT(start)));
1472 timestamps1.push_back(Time::FromTimeT(start));
1475 std::vector<Time> > (key1, timestamps1));
1504 std::map<std::string, std::vector<Time> > name_value_times_map;
1507 std::vector<Time> timestamps1;
1516 Time::FromTimeT(start)));
1517 timestamps1.push_back(Time::FromTimeT(start));
1520 std::vector<Time> > (key1, timestamps1));
1523 std::vector<Time> timestamps2;
1532 Time::FromTimeT(start)));
1533 timestamps2.push_back(Time::FromTimeT(start));
1536 std::vector<Time> > (key2, timestamps2));
1568 std::map<std::string, std::vector<Time> > name_value_times_map;
1571 std::vector<Time> timestamps;
1581 Time::FromTimeT(start)));
1582 timestamps.push_back(Time::FromTimeT(start));
1588 std::vector<Time> > (key, timestamps));