Home
last modified time | relevance | path

Searched refs:identity_env (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dsync_auth_manager_unittest.cc91 identity_env()->SetRefreshTokenForPrimaryAccount(); in TEST_F()
97 identity_env()->ClearPrimaryAccount(); in TEST_F()
128 identity_env()->ClearPrimaryAccount(); in TEST_F()
167 identity_env()->ClearPrimaryAccount(); in TEST_F()
235 identity_env()->ClearPrimaryAccount(); in TEST_F()
298 identity_env()->SetRefreshTokenForPrimaryAccount(); in TEST_F()
572 identity_env()->SetRefreshTokenForPrimaryAccount(); in TEST_F()
600 identity_env()->SetRefreshTokenForPrimaryAccount(); in TEST_F()
714 identity_env()->SetRefreshTokenForPrimaryAccount(); in TEST_F()
753 identity_env()->SetRefreshTokenForPrimaryAccount(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/leak_detection/
H A Dleak_detection_check_factory_impl_unittest.cc62 &bulk_delegate(), identity_env().identity_manager(), in TEST_F()
68 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
69 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
79 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
80 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
82 &bulk_delegate(), identity_env().identity_manager(), in TEST_F()
87 identity_env().SetPrimaryAccount(kTestAccount); in TEST_F()
96 identity_env().SetPrimaryAccount(kTestAccount); in TEST_F()
98 &bulk_delegate(), identity_env().identity_manager(), in TEST_F()
103 identity_env().SetPrimaryAccount(kTestAccount); in TEST_F()
[all …]
H A Dauthenticated_leak_check_unittest.cc104 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in ImitateNetworkRequest()
105 identity_env().SetRefreshTokenForAccount(info.account_id); in ImitateNetworkRequest()
144 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
145 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
147 identity_env().identity_manager())); in TEST_F()
151 identity_env().SetPrimaryAccount(kTestEmail); in TEST_F()
153 identity_env().identity_manager())); in TEST_F()
158 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
159 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
197 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/leak_detection/
H A Dleak_detection_check_factory_impl_unittest.cc62 &bulk_delegate(), identity_env().identity_manager(), in TEST_F()
68 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
69 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
79 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
80 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
82 &bulk_delegate(), identity_env().identity_manager(), in TEST_F()
87 identity_env().SetPrimaryAccount(kTestAccount); in TEST_F()
96 identity_env().SetPrimaryAccount(kTestAccount); in TEST_F()
98 &bulk_delegate(), identity_env().identity_manager(), in TEST_F()
106 identity_env().SetPrimaryAccount(kTestAccount); in TEST_F()
[all …]
H A Dauthenticated_leak_check_unittest.cc104 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in ImitateNetworkRequest()
105 identity_env().SetRefreshTokenForAccount(info.account_id); in ImitateNetworkRequest()
144 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
145 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
147 identity_env().identity_manager())); in TEST_F()
151 identity_env().SetPrimaryAccount(kTestEmail); in TEST_F()
153 identity_env().identity_manager())); in TEST_F()
158 identity_env().SetCookieAccounts({{info.email, info.gaia}}); in TEST_F()
159 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
197 identity_env().SetRefreshTokenForAccount(info.account_id); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/trusted_vault/
H A Dtrusted_vault_access_token_fetcher_frontend_unittest.cc33 signin::IdentityTestEnvironment* identity_env() { return &identity_env_; } in identity_env() function in syncer::__anon0bcc1ec40111::TrustedVaultAccessTokenFetcherFrontendTest
45 identity_env()->MakePrimaryAccountAvailable("test@gmail.com").account_id; in TEST_F()
58 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithToken( in TEST_F()
70 identity_env() in TEST_F()
85 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithToken( in TEST_F()
96 identity_env()->MakePrimaryAccountAvailable("test1@gmail.com"); in TEST_F()
98 identity_env()->MakeAccountAvailable("test2@gmail.com").account_id; in TEST_F()
118 identity_env()->MakePrimaryAccountAvailable("test@gmail.com").account_id; in TEST_F()
133 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithError( in TEST_F()
142 identity_env()->MakePrimaryAccountAvailable("test@gmail.com").account_id; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/identity/
H A Didentity_api_unittest.cc46 signin::IdentityTestEnvironment* identity_env() { return &identity_env_; } in identity_env() function in extensions::IdentityAPITest
68 identity_env()->MakeAccountAvailable("test@example.com").gaia; in TEST_F()
80 identity_env()->MakeAccountAvailable("test@example.com").gaia; in TEST_F()
92 identity_env()->MakeAccountAvailable("test@example.com"); in TEST_F()
103 identity_env()->MakeAccountAvailable("test@example.com"); in TEST_F()
107 identity_env()->RemoveRefreshTokenForAccount(account.account_id); in TEST_F()
114 identity_env()->MakeAccountAvailable("test1@example.com"); in TEST_F()
120 identity_env()->MakeAccountAvailable("test2@example.com"); in TEST_F()
124 identity_env()->RemoveRefreshTokenForAccount(account1.account_id); in TEST_F()
132 identity_env()->MakeAccountAvailable("test@example.com"); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/identity/
H A Didentity_api_unittest.cc48 signin::IdentityTestEnvironment* identity_env() { return &identity_env_; } in identity_env() function in extensions::IdentityAPITest
76 identity_env()->MakeAccountAvailable("test@example.com").gaia; in TEST_F()
88 identity_env()->MakeAccountAvailable("test@example.com").gaia; in TEST_F()
100 identity_env()->MakeAccountAvailable("test@example.com"); in TEST_F()
111 identity_env()->MakeAccountAvailable("test@example.com"); in TEST_F()
115 identity_env()->RemoveRefreshTokenForAccount(account.account_id); in TEST_F()
122 identity_env()->MakeAccountAvailable("test1@example.com"); in TEST_F()
128 identity_env()->MakeAccountAvailable("test2@example.com"); in TEST_F()
132 identity_env()->RemoveRefreshTokenForAccount(account1.account_id); in TEST_F()
140 identity_env()->MakeAccountAvailable("test@example.com"); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/
H A Dfeed_networking_host_unittest.cc90 signin::IdentityTestEnvironment* identity_env() { in identity_env() function in feed::FeedNetworkingHostTest
327 identity_env()->SetAutomaticIssueOfAccessTokens(false); in TEST_F()
336 identity_env()->SetAutomaticIssueOfAccessTokens(false); in TEST_F()
344 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithError( in TEST_F()
363 identity_env()->ClearPrimaryAccount(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/
H A Dfeed_networking_host_unittest.cc86 signin::IdentityTestEnvironment* identity_env() { in identity_env() function in feed::FeedNetworkingHostTest
314 identity_env()->SetAutomaticIssueOfAccessTokens(false); in TEST_F()
323 identity_env()->SetAutomaticIssueOfAccessTokens(false); in TEST_F()
331 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithError( in TEST_F()
350 identity_env()->ClearPrimaryAccount(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/v2/
H A Dfeed_network_impl_unittest.cc100 signin::IdentityTestEnvironment* identity_env() { in identity_env() function in feed::__anona55f42280111::FeedNetworkTest
295 identity_env()->SetAutomaticIssueOfAccessTokens(false); in TEST_F()
300 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithError( in TEST_F()
322 identity_env()->ClearPrimaryAccount(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/
H A Dfeed_network_impl_unittest.cc102 signin::IdentityTestEnvironment* identity_env() { in identity_env() function in feed::__anonb8ceb96d0111::FeedNetworkTest
366 identity_env()->SetAutomaticIssueOfAccessTokens(false); in TEST_F()
372 identity_env()->WaitForAccessTokenRequestIfNecessaryAndRespondWithError( in TEST_F()
394 identity_env()->ClearPrimaryAccount(); in TEST_F()