Searched refs:kAccountsPrefAllowGuest (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | cros_settings_unittest.cc | 109 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()
|
D | stub_cros_settings_provider.cc | 55 values_.SetBoolean(kAccountsPrefAllowGuest, true); in SetDefaults()
|
D | stub_cros_settings_provider_unittest.cc | 69 AssertPref(kAccountsPrefAllowGuest, &kTrueValue); in TEST_F()
|
D | device_settings_provider.cc | 40 kAccountsPrefAllowGuest, 119 kAccountsPrefAllowGuest, in DecodeLoginPolicies() 557 } else if (prop == kAccountsPrefAllowGuest) { in SetInPolicy()
|
/external/chromium_org/chromeos/settings/ |
D | cros_settings_names.cc | 12 const char kAccountsPrefAllowGuest[] = "cros.accounts.allowBWSI"; variable
|
D | cros_settings_names.h | 14 CHROMEOS_EXPORT extern const char kAccountsPrefAllowGuest[];
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | shared_options_browsertest.cc | 35 kAccountsPrefAllowGuest, 70 { kAccountsPrefAllowGuest, true, false },
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | error_screen.cc | 170 CrosSettings::Get()->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in StartGuestSessionAfterOwnershipCheck()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | existing_user_controller.cc | 195 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/ |
D | preferences_browsertest.cc | 668 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/ |
D | gaia_screen_handler.cc | 55 cros_settings->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in UpdateAuthParams()
|
D | signin_screen_handler.cc | 1528 cros_settings->GetBoolean(kAccountsPrefAllowGuest, &allow_guest); in IsGuestSigninAllowed()
|