Home
last modified time | relevance | path

Searched refs:kForceEphemeralProfiles (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc698 profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles); in Observe()
750 if (!(*it)->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles) && in Observe()
785 if (profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles) && in OnBrowserRemoved()
805 if (last_active->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles)) in OnBrowserSetLastActive()
1037 if (profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles)) { in AddProfileToCache()
Dprofile_manager_unittest.cc637 profile->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, true); in TEST_F()
677 ephemeral_profile1->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, in TEST_F()
709 ephemeral_profile2->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, in TEST_F()
Dprofile_impl.cc349 prefs::kForceEphemeralProfiles, in RegisterProfilePrefs()
507 prefs::kForceEphemeralProfiles, in DoFinalInit()
1228 bool is_ephemeral = GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles); in UpdateProfileIsEphemeralCache()
Dprofile_manager_browsertest.cc57 profile->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, true); in EphemeralProfileCreationComplete()
/external/chromium_org/chrome/browser/policy/
Dconfiguration_policy_handler_list_factory.cc347 { key::kForceEphemeralProfiles,
348 prefs::kForceEphemeralProfiles,
/external/chromium_org/chrome/common/
Dpref_names.h36 extern const char kForceEphemeralProfiles[];
Dpref_names.cc97 const char kForceEphemeralProfiles[] = "profile.ephemeral_mode"; variable