HomeSort by relevance Sort by last modified time
    Searched full:next_day (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 674 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,
    [all...]
native_backend_kwallet_x_unittest.cc 353 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),
    [all...]
password_store_mac_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc 290 base::Time next_day = Util::AddDays(day_start, 1); local
363 locate_statement.BindInt64(1, next_day.ToInternalValue());
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 595 next_day : {
599 break next_day; local
    [all...]

Completed in 221 milliseconds