Searched refs:GetLocalState (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_accessor_unittest.cc18 PrefService* GetLocalState() { function in class:ChromeMetricsServiceAccessorTest
30 GetLocalState()->SetBoolean(prefs::kMetricsReportingEnabled, false);
32 GetLocalState()->SetBoolean(prefs::kMetricsReportingEnabled, true);
34 GetLocalState()->ClearPref(prefs::kMetricsReportingEnabled);
52 GetLocalState()->SetBoolean(crash_pref, false);
54 GetLocalState()->SetBoolean(crash_pref, true);
56 GetLocalState()->ClearPref(crash_pref);
/external/chromium_org/components/metrics/
H A Dmetrics_service_unittest.cc95 GetLocalState(),
104 GetLocalState());
111 PrefService* GetLocalState() { return &testing_local_state_; } function in class:metrics::__anon6586::MetricsServiceTest
160 GetLocalState()->SetBoolean(prefs::kStabilityExitedCleanly, true);
164 GetMetricsStateManager(), &client, GetLocalState());
186 TestMetricsLog log("client", 1, &client, GetLocalState());
193 GetLocalState()->SetInt64(prefs::kStabilityStatsBuildTime,
195 GetLocalState()->SetString(prefs::kStabilityStatsVersion,
200 GetLocalState()->SetBoolean(prefs::kStabilityExitedCleanly, true);
203 GetMetricsStateManager(), &client, GetLocalState());
[all...]
/external/chromium_org/components/user_manager/
H A Duser_manager_base.cc164 last_session_active_user_ = GetLocalState()->GetString(kLastActiveUser);
228 GetLocalState()->SetString(
292 GetLocalState()->CommitPendingWrite();
333 ListPrefUpdate users_update(GetLocalState(), kRegularUsers);
341 GetLocalState()->CommitPendingWrite();
402 DictionaryPrefUpdate oauth_status_update(GetLocalState(),
418 DictionaryPrefUpdate force_online_update(GetLocalState(),
434 DictionaryPrefUpdate display_name_update(GetLocalState(),
465 DictionaryPrefUpdate display_email_update(GetLocalState(), kUserDisplayEmail);
487 DictionaryPrefUpdate given_name_update(GetLocalState(), kUserGivenNam
[all...]
H A Duser_manager_base.h136 virtual PrefService* GetLocalState() const = 0;
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc131 new MultiProfileUserController(this, GetLocalState()));
463 PrefService* ChromeUserManagerImpl::GetLocalState() const { function in class:chromeos::ChromeUserManagerImpl
482 GetLocalState()->GetList(kPublicAccounts);
535 GetLocalState()->GetString(kPublicAccountPendingDataRemoval);
540 if (!GetLocalState())
571 ListPrefUpdate prefs_users_update(GetLocalState(), kRegularUsers);
623 GetLocalState()->CommitPendingWrite();
657 ListPrefUpdate prefs_users_update(GetLocalState(), kRegularUsers);
671 GetLocalState()->CommitPendingWrite();
809 PrefService* local_state = GetLocalState();
[all...]
H A Dmock_user_manager.h81 MOCK_CONST_METHOD0(GetLocalState, PrefService*(void));
H A Dchrome_user_manager_impl.h117 virtual PrefService* GetLocalState() const OVERRIDE;
H A Dfake_user_manager.cc330 PrefService* FakeUserManager::GetLocalState() const { function in class:chromeos::FakeUserManager
H A Dfake_user_manager.h126 virtual PrefService* GetLocalState() const OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc58 PrefService* GetLocalState() { function in namespace:__anon4682
233 PrefService* local_state = GetLocalState();
283 PrefService* local_state = GetLocalState();
591 PrefService* local_state = GetLocalState();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.cc257 GetLocalState()->GetInitializationStatus();
262 GetLocalState()->AddPrefInitObserver(
270 GetLocalState()->GetString(prefs::kOobeScreenPending);
801 GetLocalState()->GetInteger(prefs::kTimesHIDDialogShown));
802 GetLocalState()->ClearPref(prefs::kTimesHIDDialogShown);
1141 if (GetLocalState()->GetInitializationStatus() !=
1150 PrefService* WizardController::GetLocalState() { function in class:chromeos::WizardController
H A Dwizard_controller.h279 PrefService* GetLocalState();

Completed in 215 milliseconds