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

  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_unittest.cc 125 // kAccountsPrefAllowNewUser to false.
128 AddExpectation(kAccountsPrefAllowNewUser,
132 FetchPref(kAccountsPrefAllowNewUser);
140 AddExpectation(kAccountsPrefAllowNewUser,
145 FetchPref(kAccountsPrefAllowNewUser);
156 AddExpectation(kAccountsPrefAllowNewUser,
160 FetchPref(kAccountsPrefAllowNewUser);
166 FetchPref(kAccountsPrefAllowNewUser);
172 // kAccountsPrefAllowNewUser to true.
174 AddExpectation(kAccountsPrefAllowNewUser,
    [all...]
stub_cros_settings_provider.cc 57 values_.SetBoolean(kAccountsPrefAllowNewUser, true);
stub_cros_settings_provider_unittest.cc 70 AssertPref(kAccountsPrefAllowNewUser, &kTrueValue);
device_settings_provider.cc 41 kAccountsPrefAllowNewUser,
205 if (prop == kAccountsPrefAllowNewUser) {
455 new_values_cache->SetBoolean(kAccountsPrefAllowNewUser, true);
458 new_values_cache->SetBoolean(kAccountsPrefAllowNewUser,
464 kAccountsPrefAllowNewUser,
    [all...]
  /external/chromium_org/chromeos/settings/
cros_settings_names.cc 13 const char kAccountsPrefAllowNewUser[] = "cros.accounts.allowGuest";
cros_settings_names.h 15 CHROMEOS_EXPORT extern const char kAccountsPrefAllowNewUser[];
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 35 kAccountsPrefAllowNewUser,
70 { kAccountsPrefAllowNewUser, true, false },
230 kAccountsPrefAllowNewUser, base::FundamentalValue(false));
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 402 cros_settings->GetBoolean(kAccountsPrefAllowNewUser, &allow_new_user);
existing_user_controller.cc 157 kAccountsPrefAllowNewUser,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 42 cros_settings->GetBoolean(kAccountsPrefAllowNewUser, &allow_new_user);
signin_screen_handler.cc     [all...]

Completed in 1167 milliseconds