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

  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h 12 class DeviceOAuth2TokenService;
16 // Returns the instance of the DeviceOAuth2TokenService singleton.
21 static DeviceOAuth2TokenService* Get();
24 // DeviceOAuth2TokenService instance after the required global data is
29 // DeviceOAuth2TokenService instance and cancel all in-flight requests
device_oauth2_token_service_factory.cc 13 static DeviceOAuth2TokenService* g_device_oauth2_token_service_ = NULL;
19 DeviceOAuth2TokenService* DeviceOAuth2TokenServiceFactory::Get() {
28 g_device_oauth2_token_service_ = new DeviceOAuth2TokenService(
device_oauth2_token_service.cc 35 class DeviceOAuth2TokenService::ValidatingConsumer
40 explicit ValidatingConsumer(DeviceOAuth2TokenService* token_service,
67 DeviceOAuth2TokenService* token_service_;
91 DeviceOAuth2TokenService::ValidatingConsumer::ValidatingConsumer(
92 DeviceOAuth2TokenService* token_service,
101 DeviceOAuth2TokenService::ValidatingConsumer::~ValidatingConsumer() {
104 void DeviceOAuth2TokenService::ValidatingConsumer::StartValidation(
124 void DeviceOAuth2TokenService::ValidatingConsumer::OnRefreshTokenResponse(
133 void DeviceOAuth2TokenService::ValidatingConsumer::OnGetTokenInfoResponse(
153 void DeviceOAuth2TokenService::ValidatingConsumer::OnOAuthError()
    [all...]
device_oauth2_token_service.h 31 // DeviceOAuth2TokenService retrieves OAuth2 access tokens for a given
38 class DeviceOAuth2TokenService : public OAuth2TokenService {
65 explicit DeviceOAuth2TokenService(net::URLRequestContextGetter* getter,
67 virtual ~DeviceOAuth2TokenService();
82 DISALLOW_COPY_AND_ASSIGN(DeviceOAuth2TokenService);
device_oauth2_token_service_unittest.cc 36 class TestDeviceOAuth2TokenService : public DeviceOAuth2TokenService {
40 : DeviceOAuth2TokenService(getter, local_state) {
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 163 chromeos::DeviceOAuth2TokenService* token_service =
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 264 chromeos::DeviceOAuth2TokenService::RegisterPrefs(registry);

Completed in 322 milliseconds