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

  /external/chromium_org/chrome/browser/profiles/
profiles_state.cc 51 registry->RegisterListPref(prefs::kProfilesLastActive);
profile_manager.cc 378 if (local_state->HasPrefPath(prefs::kProfilesLastActive)) {
380 local_state->GetList(prefs::kProfilesLastActive);
386 LOG(WARNING) << "Invalid entry in " << prefs::kProfilesLastActive;
661 ListPrefUpdate update(local_state, prefs::kProfilesLastActive);
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 489 extern const char kProfilesLastActive[];
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 330 // Clear kProfilesLastActive since the user only wants to launch a specific
333 prefs::kProfilesLastActive);
    [all...]

Completed in 5467 milliseconds