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

  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.cc 180 base::Time last_migration_time = base::Time::FromInternalValue( local
185 if (now < last_migration_time)
186 last_migration_time = now;
188 now - last_migration_time,

Completed in 306 milliseconds