HomeSort by relevance Sort by last modified time
    Searched defs:DeviceOAuth2TokenService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.h 34 // DeviceOAuth2TokenService retrieves OAuth2 access tokens for a given
44 class DeviceOAuth2TokenService : public OAuth2TokenService {
76 explicit DeviceOAuth2TokenService(net::URLRequestContextGetter* getter,
79 virtual ~DeviceOAuth2TokenService();
95 base::WeakPtrFactory<DeviceOAuth2TokenService> weak_ptr_factory_;
97 DISALLOW_COPY_AND_ASSIGN(DeviceOAuth2TokenService);
device_oauth2_token_service.cc 35 class DeviceOAuth2TokenService::ValidatingConsumer
40 explicit ValidatingConsumer(DeviceOAuth2TokenService* token_service,
68 DeviceOAuth2TokenService* token_service_;
87 DeviceOAuth2TokenService::ValidatingConsumer::ValidatingConsumer(
88 DeviceOAuth2TokenService* token_service,
99 DeviceOAuth2TokenService::ValidatingConsumer::~ValidatingConsumer() {
102 void DeviceOAuth2TokenService::ValidatingConsumer::StartValidation() {
120 void DeviceOAuth2TokenService::ValidatingConsumer::OnRefreshTokenResponse(
129 void DeviceOAuth2TokenService::ValidatingConsumer::OnGetTokenInfoResponse(
149 void DeviceOAuth2TokenService::ValidatingConsumer::OnOAuthError()
    [all...]

Completed in 30 milliseconds