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

  /external/chromium_org/chromeos/settings/
cros_settings_names.cc 12 const char kAccountsPrefAllowGuest[] = "cros.accounts.allowBWSI";
cros_settings_names.h 14 CHROMEOS_EXPORT extern const char kAccountsPrefAllowGuest[];
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_unittest.cc 109 AddExpectation(kAccountsPrefAllowGuest, new base::FundamentalValue(false));
110 SetPref(kAccountsPrefAllowGuest, expected_props_[kAccountsPrefAllowGuest]);
111 FetchPref(kAccountsPrefAllowGuest);
117 AddExpectation(kAccountsPrefAllowGuest, new base::FundamentalValue(true));
118 FetchPref(kAccountsPrefAllowGuest);
stub_cros_settings_provider.cc 55 values_.SetBoolean(kAccountsPrefAllowGuest, true);
stub_cros_settings_provider_unittest.cc 69 AssertPref(kAccountsPrefAllowGuest, &kTrueValue);
device_settings_provider.cc 40 kAccountsPrefAllowGuest,
119 kAccountsPrefAllowGuest,
557 } else if (prop == kAccountsPrefAllowGuest) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 168 // Honor kAccountsPrefAllowGuest.
170 CrosSettings::Get()->GetBoolean(kAccountsPrefAllowGuest, &allow_guest);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 35 kAccountsPrefAllowGuest,
70 { kAccountsPrefAllowGuest, true, false },
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 195 kAccountsPrefAllowGuest,
256 cros_settings_->GetBoolean(kAccountsPrefAllowGuest, &show_guest);
550 cros_settings_->GetBoolean(kAccountsPrefAllowGuest, &allow_guest);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 668 pref_names_.push_back(chromeos::kAccountsPrefAllowGuest);
740 pref_names_.push_back(chromeos::kAccountsPrefAllowGuest);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 55 cros_settings->GetBoolean(kAccountsPrefAllowGuest, &allow_guest);
signin_screen_handler.cc     [all...]

Completed in 170 milliseconds