Home | History | Annotate | Download | only in password_manager

Lines Matching refs:next_day

1311   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());