Searched refs:GaiaConstants (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc1615 login_token_info.scopes.insert(GaiaConstants::kAnyApiOAuth2Scope);
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc279 login_token_info.scopes.insert(GaiaConstants::kAnyApiOAuth2Scope);
286 sync_token_info.scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);
292 auth_login_token_info.scopes.insert(GaiaConstants::kOAuth1LoginScope);
H A Doauth2_login_verifier.cc104 scopes.insert(GaiaConstants::kOAuth1LoginScope);
120 std::string(GaiaConstants::kChromeOSSource),
150 std::string(GaiaConstants::kChromeOSSource),
176 std::string(GaiaConstants::kChromeOSSource),
H A Doauth2_token_fetcher.cc34 auth_fetcher_(this, GaiaConstants::kChromeSource, context_getter),
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.cc408 oauth_scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
H A Dpolicy_oauth2_token_fetcher.cc53 this, GaiaConstants::kChromeSource, auth_context_getter_.get()));
59 scopes.push_back(GaiaConstants::kDeviceManagementServiceOAuth);
60 scopes.push_back(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
H A Duser_cloud_policy_manager_chromeos_browsertest.cc86 token_info.scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
87 token_info.scopes.insert(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
H A Duser_cloud_policy_manager_chromeos_unittest.cc263 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
264 scopes.insert(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
H A Duser_cloud_policy_token_forwarder.cc92 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
93 scopes.insert(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc335 std::vector<std::string>(1, GaiaConstants::kOAuthWrapBridgeUserInfoScope),
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc733 scopes.insert(GaiaConstants::kAnyApiOAuth2Scope);
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc209 token_cache->RetrieveToken(GaiaConstants::kObfuscatedGaiaId);
231 token_cache->StoreToken(GaiaConstants::kObfuscatedGaiaId, gaia_id,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.cc25 using GaiaConstants::kChromeSyncSupervisedOAuth2Scope;
142 scopes.insert(GaiaConstants::kOAuth1LoginScope);
H A Dsupervised_user_refresh_token_fetcher_unittest.cc84 EXPECT_EQ(1u, requests[0].scopes.count(GaiaConstants::kOAuth1LoginScope));
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl_unittest.cc170 credentials_.scope_set.insert(GaiaConstants::kChromeSyncOAuth2Scope);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider_unittest.cc38 token_service, kAccountId, GaiaConstants::kChromeSyncOAuth2Scope));
H A Dprofile_sync_components_factory_impl_unittest.cc38 scope_set_.insert(GaiaConstants::kChromeSyncOAuth2Scope);
H A Dsupervised_user_signin_manager_wrapper.cc47 return GaiaConstants::kChromeSyncSupervisedOAuth2Scope;
49 return GaiaConstants::kChromeSyncOAuth2Scope;
H A Dtest_profile_sync_service.cc55 options->credentials.scope_set.insert(GaiaConstants::kChromeSyncOAuth2Scope);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dauthenticated_user_email_retriever.cc22 GaiaConstants::kChromeSource,
H A Denrollment_screen_handler.cc62 GaiaConstants::kChromeOSSource,
/external/chromium_org/chrome/browser/ui/webui/
H A Didentity_internals_ui.cc259 : fetcher_(this, GaiaConstants::kChromeSource,
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc353 GaiaConstants::kChromeSource,
360 GaiaConstants::kSyncService,
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt.cc50 this, GaiaConstants::kChromeOSSource, request_context));
123 GaiaConstants::kSyncService,
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.cc83 scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);

Completed in 482 milliseconds

12