Searched defs:DeviceOAuth2TokenService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.h35 // DeviceOAuth2TokenService retrieves OAuth2 access tokens for a given
41 // When using DeviceOAuth2TokenService, a value of |GetRobotAccountId| should
45 class DeviceOAuth2TokenService : public OAuth2TokenService, class in namespace:chromeos
110 explicit DeviceOAuth2TokenService(net::URLRequestContextGetter* getter,
112 virtual ~DeviceOAuth2TokenService();
165 base::WeakPtrFactory<DeviceOAuth2TokenService> weak_ptr_factory_;
167 DISALLOW_COPY_AND_ASSIGN(DeviceOAuth2TokenService);
H A Ddevice_oauth2_token_service.cc29 struct DeviceOAuth2TokenService::PendingRequest {
45 DeviceOAuth2TokenService::DeviceOAuth2TokenService( function in class:chromeos::DeviceOAuth2TokenService
55 base::Bind(&DeviceOAuth2TokenService::DidGetSystemSalt,
59 DeviceOAuth2TokenService::~DeviceOAuth2TokenService() {
65 void DeviceOAuth2TokenService::RegisterPrefs(PrefRegistrySimple* registry) {
70 void DeviceOAuth2TokenService::SetAndSaveRefreshToken(
89 bool DeviceOAuth2TokenService::RefreshTokenIsAvailable(
106 std::string DeviceOAuth2TokenService
[all...]

Completed in 64 milliseconds