Searched refs:next_day (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x_unittest.cc674 base::Time next_day = now + base::TimeDelta::FromDays(1); local
677 next_day = base::Time::FromTimeT(next_day.ToTimeT());
679 form_isc_.date_created = next_day;
682 form_isc_.date_synced = next_day;
713 next_day,
732 next_day,
H A Dnative_backend_kwallet_x_unittest.cc353 base::Time next_day = now + base::TimeDelta::FromDays(1); local
356 next_day = base::Time::FromTimeT(next_day.ToTimeT());
358 form_isc_.date_created = next_day;
361 form_isc_.date_synced = next_day;
390 method, base::Unretained(&backend), base::Time(), next_day, &changes),
410 method, base::Unretained(&backend), next_day, base::Time(), &changes),
H A Dpassword_store_mac_unittest.cc1311 base::Time next_day = now + base::TimeDelta::FromDays(1);
1314 form_facebook->date_created = next_day;
1315 form_other->date_created = next_day;
1318 form_facebook->date_synced = next_day;
1319 form_other->date_synced = next_day;
1348 (test->store()->*method)(base::Time(), next_day);
1369 (test->store()->*method)(next_day, base::Time());
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dcounting_policy.cc290 base::Time next_day = Util::AddDays(day_start, 1); local
363 locate_statement.BindInt64(1, next_day.ToInternalValue());

Completed in 99 milliseconds