Home
last modified time | relevance | path

Searched refs:kAccountsPrefAllowGuest (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
Dcros_settings_unittest.cc109 AddExpectation(kAccountsPrefAllowGuest, new base::FundamentalValue(false)); in TEST_F()
110 SetPref(kAccountsPrefAllowGuest, expected_props_[kAccountsPrefAllowGuest]); in TEST_F()
111 FetchPref(kAccountsPrefAllowGuest); in TEST_F()
117 AddExpectation(kAccountsPrefAllowGuest, new base::FundamentalValue(true)); in TEST_F()
118 FetchPref(kAccountsPrefAllowGuest); in TEST_F()
Dstub_cros_settings_provider.cc55 values_.SetBoolean(kAccountsPrefAllowGuest, true); in SetDefaults()
Dstub_cros_settings_provider_unittest.cc69 AssertPref(kAccountsPrefAllowGuest, &kTrueValue); in TEST_F()
Ddevice_settings_provider.cc40 kAccountsPrefAllowGuest,
119 kAccountsPrefAllowGuest, in DecodeLoginPolicies()
557 } else if (prop == kAccountsPrefAllowGuest) { in SetInPolicy()
/external/chromium_org/chromeos/settings/
Dcros_settings_names.cc12 const char kAccountsPrefAllowGuest[] = "cros.accounts.allowBWSI"; variable
Dcros_settings_names.h14 CHROMEOS_EXPORT extern const char kAccountsPrefAllowGuest[];
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dshared_options_browsertest.cc35 kAccountsPrefAllowGuest,
70 { kAccountsPrefAllowGuest, true, false },
/external/chromium_org/chrome/browser/chromeos/login/screens/
Derror_screen.cc170 CrosSettings::Get()->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in StartGuestSessionAfterOwnershipCheck()
/external/chromium_org/chrome/browser/chromeos/login/
Dexisting_user_controller.cc195 kAccountsPrefAllowGuest, in ExistingUserController()
256 cros_settings_->GetBoolean(kAccountsPrefAllowGuest, &show_guest); in UpdateLoginDisplay()
550 cros_settings_->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in LoginAsGuest()
/external/chromium_org/chrome/browser/ui/webui/options/
Dpreferences_browsertest.cc668 pref_names_.push_back(chromeos::kAccountsPrefAllowGuest); in IN_PROC_BROWSER_TEST_F()
740 pref_names_.push_back(chromeos::kAccountsPrefAllowGuest); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dgaia_screen_handler.cc55 cros_settings->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in UpdateAuthParams()
Dsignin_screen_handler.cc1528 cros_settings->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in IsGuestSigninAllowed()