Searched refs:DeviceOAuth2TokenService (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_factory.h15 class DeviceOAuth2TokenService;
19 // Returns the instance of the DeviceOAuth2TokenService singleton. May return
24 // DeviceOAuth2TokenService during startup or shutdown.
25 static DeviceOAuth2TokenService* Get();
28 // DeviceOAuth2TokenService instance after the required global data is
33 // DeviceOAuth2TokenService instance and cancel all in-flight requests before
H A Ddevice_identity_provider.h13 class DeviceOAuth2TokenService;
15 // Identity provider implementation backed by DeviceOAuth2TokenService.
19 chromeos::DeviceOAuth2TokenService* token_service);
29 chromeos::DeviceOAuth2TokenService* token_service_;
H A Ddevice_oauth2_token_service_factory.cc17 static DeviceOAuth2TokenService* g_device_oauth2_token_service_ = NULL;
22 DeviceOAuth2TokenService* DeviceOAuth2TokenServiceFactory::Get() {
31 g_device_oauth2_token_service_ = new 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...]
H A Ddevice_identity_provider.cc12 chromeos::DeviceOAuth2TokenService* token_service)
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_unittest.cc110 oauth2_service_.reset(new DeviceOAuth2TokenService(
171 // This is here because DeviceOAuth2TokenService's destructor is private;
173 // declared friend in DeviceOAuth2TokenService, so this deleter works.
175 inline void operator()(DeviceOAuth2TokenService* ptr) const {
187 scoped_ptr<DeviceOAuth2TokenService, TokenServiceDeleter> oauth2_service_;
246 "test-token", DeviceOAuth2TokenService::StatusCallback());
255 "test-token", DeviceOAuth2TokenService::StatusCallback());
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc315 chromeos::DeviceOAuth2TokenService::RegisterPrefs(registry);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos_unittest.cc116 // DeviceOAuth2TokenService uses the system request context to fetch
124 // SystemSaltGetter is used in DeviceOAuth2TokenService.
458 chromeos::DeviceOAuth2TokenService* token_service =
/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc1603 // DeviceOAuth2TokenService used in token validation.
1627 DeviceOAuth2TokenService* token_service =
1630 kTestRefreshToken, DeviceOAuth2TokenService::StatusCallback());
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc728 chromeos::DeviceOAuth2TokenService* service =
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc524 chromeos::DeviceOAuth2TokenService* token_service =

Completed in 172 milliseconds