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

  /external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.h 29 class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService {
60 // Registers the AndroidProfileOAuth2TokenService's native methods through
66 AndroidProfileOAuth2TokenService();
67 virtual ~AndroidProfileOAuth2TokenService();
75 DISALLOW_COPY_AND_ASSIGN(AndroidProfileOAuth2TokenService);
android_profile_oauth2_token_service.cc 41 AndroidProfileOAuth2TokenService::AndroidProfileOAuth2TokenService() {
44 AndroidProfileOAuth2TokenService::~AndroidProfileOAuth2TokenService() {
48 AndroidProfileOAuth2TokenService::StartRequest(
60 AndroidProfileOAuth2TokenService::StartRequestForUsername(
74 bool AndroidProfileOAuth2TokenService::RefreshTokenIsAvailable() {
80 void AndroidProfileOAuth2TokenService::InvalidateToken(
93 void AndroidProfileOAuth2TokenService::FetchOAuth2Token(
124 scoped_ptr<AndroidProfileOAuth2TokenService::FetchOAuth2TokenCallback
    [all...]
profile_oauth2_token_service_factory.cc 26 AndroidProfileOAuth2TokenService*
28 return static_cast<AndroidProfileOAuth2TokenService*>(
52 service = new AndroidProfileOAuth2TokenService();
profile_oauth2_token_service_factory.h 27 // incognito). On Android, returns the AndroidProfileOAuth2TokenService
30 static AndroidProfileOAuth2TokenService* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_client_registration_helper.h 18 class AndroidProfileOAuth2TokenService;
45 // AndroidProfileOAuth2TokenService to mint the new token for the userinfo
48 void StartRegistration(AndroidProfileOAuth2TokenService* token_service,
cloud_policy_client_registration_helper.cc 53 void FetchAccessToken(AndroidProfileOAuth2TokenService* token_service,
72 AndroidProfileOAuth2TokenService* token_service,
184 AndroidProfileOAuth2TokenService* token_service,
user_policy_signin_service_unittest.cc 99 class FakeProfileOAuth2TokenService : public AndroidProfileOAuth2TokenService {
109 // AndroidProfileOAuth2TokenService overrides:
  /external/chromium_org/chrome/browser/android/
chrome_jni_registrar.cc 56 { "AndroidProfileOAuth2TokenService",
57 AndroidProfileOAuth2TokenService::Register },

Completed in 994 milliseconds