Home
last modified time | relevance | path

Searched refs:active_user_prefs_ (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/bluetooth/
H A Dbluetooth_power_controller_unittest.cc52 active_user_prefs_.registry()); in BluetoothPowerControllerTest()
69 GetController()->active_user_pref_service_ = &active_user_prefs_; in AddUserSessionAndStartWatchingPrefsChanges()
100 TestingPrefServiceSimple active_user_prefs_; member in ash::BluetoothPowerControllerTest
128 active_user_prefs_.GetBoolean(prefs::kUserBluetoothAdapterEnabled)); in TEST_F()
131 active_user_prefs_.GetBoolean(prefs::kUserBluetoothAdapterEnabled)); in TEST_F()
134 active_user_prefs_.GetBoolean(prefs::kUserBluetoothAdapterEnabled)); in TEST_F()
164 active_user_prefs_.GetBoolean(prefs::kUserBluetoothAdapterEnabled)); in TEST_F()
167 active_user_prefs_.SetBoolean(prefs::kUserBluetoothAdapterEnabled, true); in TEST_F()
185 active_user_prefs_.GetBoolean(prefs::kUserBluetoothAdapterEnabled)); in TEST_F()
189 active_user_prefs_.SetBoolean(prefs::kUserBluetoothAdapterEnabled, true); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Daccessibility_controller_impl.cc742 if (!active_user_prefs_) in SetDisplayRotationAcceleratorDialogBeenAccepted()
1143 if (!active_user_prefs_) in SetTabletModeShelfNavigationButtonsEnabled()
1336 active_user_prefs_ = prefs; in ObservePrefs()
1476 DCHECK(active_user_prefs_); in UpdateAutoclickDelayFromPref()
1494 if (!active_user_prefs_) in SetAutoclickEventType()
1503 DCHECK(active_user_prefs_); in GetAutoclickEventType()
1542 if (!active_user_prefs_) in SetAutoclickMenuPosition()
1580 if (!active_user_prefs_) in SetFloatingMenuPosition()
1679 if (!active_user_prefs_) in UpdateSwitchAccessKeyCodesFromPref()
1783 if (!active_user_prefs_ || IsSigninPrefService(active_user_prefs_)) in SyncSwitchAccessPrefsToSignInProfile()
[all …]
H A Daccessibility_controller_impl.h483 PrefService* active_user_prefs_ = nullptr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/gesture_education/
H A Dgesture_education_notification_controller.cc46 (active_user_prefs_ && !active_user_prefs_->GetBoolean( in MaybeShowNotification()
50 active_user_prefs_->SetBoolean(prefs::kGestureEducationNotificationShown, in MaybeShowNotification()
57 active_user_prefs_ = prefs; in OnActiveUserPrefServiceChanged()
110 if (active_user_prefs_) { in ResetPrefForTest()
111 active_user_prefs_->SetBoolean(prefs::kGestureEducationNotificationShown, in ResetPrefForTest()
H A Dgesture_education_notification_controller.h59 PrefService* active_user_prefs_ = nullptr; // Not owned. variable