Home
last modified time | relevance | path

Searched refs:GetAuthenticatedAccountInfo (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/internal/identity_manager/
H A Dprimary_account_manager_unittest.cc155 EXPECT_TRUE(manager_->GetAuthenticatedAccountInfo().email.empty()); in TEST_F()
163 EXPECT_TRUE(manager_->GetAuthenticatedAccountInfo().email.empty()); in TEST_F()
270 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
283 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
290 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
302 manager_->GetAuthenticatedAccountInfo()); in TEST_F()
308 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
335 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
409 manager_->GetAuthenticatedAccountInfo()); in TEST_F()
421 EXPECT_TRUE(manager_->GetAuthenticatedAccountInfo().IsEmpty()); in TEST_F()
[all …]
H A Dprimary_account_policy_manager_impl.cc44 primary_account_manager->GetAuthenticatedAccountInfo(); in InitializePolicy()
74 primary_account_manager->GetAuthenticatedAccountInfo().email)) { in OnGoogleServicesUsernamePatternChanged()
H A Dprimary_account_manager.cc136 CoreAccountInfo PrimaryAccountManager::GetAuthenticatedAccountInfo() const { in GetAuthenticatedAccountInfo() function in PrimaryAccountManager
143 return GetAuthenticatedAccountInfo().account_id; in GetAuthenticatedAccountId()
158 DCHECK_EQ(account_info, GetAuthenticatedAccountInfo()); in SetUnconsentedPrimaryAccountInfo()
345 const CoreAccountInfo account_info = GetAuthenticatedAccountInfo(); in OnSignoutDecisionReached()
H A Daccounts_mutator_impl.cc90 primary_account_manager_->GetAuthenticatedAccountInfo(); in InvalidateRefreshTokenForPrimaryAccount()
H A Dprimary_account_manager.h93 CoreAccountInfo GetAuthenticatedAccountInfo() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/internal/identity_manager/
H A Dprimary_account_manager_unittest.cc158 EXPECT_TRUE(manager_->GetAuthenticatedAccountInfo().email.empty()); in TEST_F()
165 EXPECT_TRUE(manager_->GetAuthenticatedAccountInfo().email.empty()); in TEST_F()
291 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
304 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
311 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
323 manager_->GetAuthenticatedAccountInfo()); in TEST_F()
329 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
356 EXPECT_EQ("", manager_->GetAuthenticatedAccountInfo().email); in TEST_F()
430 manager_->GetAuthenticatedAccountInfo()); in TEST_F()
442 EXPECT_TRUE(manager_->GetAuthenticatedAccountInfo().IsEmpty()); in TEST_F()
[all …]
H A Dprimary_account_policy_manager_impl.cc44 primary_account_manager->GetAuthenticatedAccountInfo(); in InitializePolicy()
74 primary_account_manager->GetAuthenticatedAccountInfo().email)) { in OnGoogleServicesUsernamePatternChanged()
H A Dprimary_account_manager.cc137 CoreAccountInfo PrimaryAccountManager::GetAuthenticatedAccountInfo() const { in GetAuthenticatedAccountInfo() function in PrimaryAccountManager
144 return GetAuthenticatedAccountInfo().account_id; in GetAuthenticatedAccountId()
155 DCHECK_EQ(account_info, GetAuthenticatedAccountInfo()); in SetUnconsentedPrimaryAccountInfo()
H A Dprimary_account_manager.h92 CoreAccountInfo GetAuthenticatedAccountInfo() const;
H A Daccounts_mutator_impl.cc102 primary_account_manager_->GetAuthenticatedAccountInfo(); in InvalidateRefreshTokenForPrimaryAccount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_features_util.cc201 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in IsOptedInForAccountStorage()
257 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in OptInToAccountStorage()
281 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in OptOutOfAccountStorageAndClearSettings()
325 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in GetDefaultPasswordStore()
349 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in SetDefaultPasswordStore()
462 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in RecordMoveOfferedToNonOptedInUser()
477 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in GetMoveOfferedToNonOptedInUserCount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_manager_util.cc464 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in IsOptedInForAccountStorage()
489 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in SetAccountStorageOptIn()
513 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in GetDefaultPasswordStore()
535 std::string gaia_id = sync_service->GetAuthenticatedAccountInfo().gaia; in SetDefaultPasswordStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/
H A Dsync_ui_util.cc212 CoreAccountInfo account_info = sync_service->GetAuthenticatedAccountInfo(); in GetStatusLabels()
252 CoreAccountInfo account_info = service->GetAuthenticatedAccountInfo(); in GetAvatarSyncErrorType()
H A Dprofile_sync_service_android.cc476 sync_service_->GetAuthenticatedAccountInfo().email; in GetCurrentSignedInAccountText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dprofile_sync_service.cc313 GetAuthenticatedAccountInfo().account_id); in ProfileSyncService()
431 GetAuthenticatedAccountInfo().account_id); in ProfileSyncService()
525 GetAuthenticatedAccountInfo(); in ProfileSyncService()
939 crypto_.SetSyncEngine(GetAuthenticatedAccountInfo(), engine_.get()); in ProfileSyncService()
1195 return !GetAuthenticatedAccountInfo().account_id.empty(); in ProfileSyncService()
1277 GetAuthenticatedAccountInfo().account_id; in ProfileSyncService()
1612 CoreAccountId account_id = GetAuthenticatedAccountInfo().account_id; in ProfileSyncService()
1741 CoreAccountInfo ProfileSyncService::GetAuthenticatedAccountInfo() const { in ProfileSyncService() function in syncer::ProfileSyncService
H A Dfake_sync_service.h32 CoreAccountInfo GetAuthenticatedAccountInfo() const override;
H A Dfake_sync_service.cc40 CoreAccountInfo FakeSyncService::GetAuthenticatedAccountInfo() const { in GetAuthenticatedAccountInfo() function in syncer::FakeSyncService
H A Dmock_sync_service.h41 GetAuthenticatedAccountInfo,
H A Dsync_service.h220 virtual CoreAccountInfo GetAuthenticatedAccountInfo() const = 0;
H A Dtest_sync_service.h64 CoreAccountInfo GetAuthenticatedAccountInfo() const override;
H A Dtest_sync_service.cc169 CoreAccountInfo TestSyncService::GetAuthenticatedAccountInfo() const { in GetAuthenticatedAccountInfo() function in syncer::TestSyncService
H A Dprofile_sync_service.h117 CoreAccountInfo GetAuthenticatedAccountInfo() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dpersonal_data_manager.cc567 return sync_service_ ? sync_service_->GetAuthenticatedAccountInfo() in GetAccountInfoForPaymentsServer()
577 return !sync_service_->GetAuthenticatedAccountInfo().IsEmpty() && in IsSyncFeatureEnabled()
1404 sync_service_->GetAuthenticatedAccountInfo().account_id)) { in ShouldSuggestServerCards()
1976 pref_service_, sync_service_->GetAuthenticatedAccountInfo().account_id); in ShouldShowCardsFromAccountOption()
1992 pref_service_, sync_service_->GetAuthenticatedAccountInfo().account_id, in OnUserAcceptedCardsFromAccountOption()
2047 pref_service_, sync_service_->GetAuthenticatedAccountInfo().account_id, in OnUserAcceptedUpstreamOffer()
2640 sync_service_->GetAuthenticatedAccountInfo(); in MigrateUserOptedInWalletSyncTransportIfNeeded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dpersonal_data_manager.cc561 return sync_service_ ? sync_service_->GetAuthenticatedAccountInfo() in GetAccountInfoForPaymentsServer()
571 return !sync_service_->GetAuthenticatedAccountInfo().IsEmpty() && in IsSyncFeatureEnabled()
1370 sync_service_->GetAuthenticatedAccountInfo().account_id)) { in ShouldSuggestServerCards()
1928 pref_service_, sync_service_->GetAuthenticatedAccountInfo().account_id); in ShouldShowCardsFromAccountOption()
1942 pref_service_, sync_service_->GetAuthenticatedAccountInfo().account_id, in OnUserAcceptedCardsFromAccountOption()
1997 pref_service_, sync_service_->GetAuthenticatedAccountInfo().account_id, in OnUserAcceptedUpstreamOffer()
2580 sync_service_->GetAuthenticatedAccountInfo(); in MigrateUserOptedInWalletSyncTransportIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/public/identity_manager/
H A Didentity_manager.cc120 return primary_account_manager_->GetAuthenticatedAccountInfo(); in GetPrimaryAccountInfo()

12