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

/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.h26 class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService { class in inherits:ProfileOAuth2TokenService
28 // Registers the AndroidProfileOAuth2TokenService's native methods through
32 // Creates a new instance of the AndroidProfileOAuth2TokenService.
33 static AndroidProfileOAuth2TokenService* Create();
91 AndroidProfileOAuth2TokenService();
92 virtual ~AndroidProfileOAuth2TokenService();
130 DISALLOW_COPY_AND_ASSIGN(AndroidProfileOAuth2TokenService);
H A Dandroid_profile_oauth2_token_service.cc133 bool AndroidProfileOAuth2TokenService::is_testing_profile_ = false;
135 AndroidProfileOAuth2TokenService::AndroidProfileOAuth2TokenService() { function in class:AndroidProfileOAuth2TokenService
136 VLOG(1) << "AndroidProfileOAuth2TokenService::ctor";
143 AndroidProfileOAuth2TokenService::~AndroidProfileOAuth2TokenService() {}
146 jobject AndroidProfileOAuth2TokenService::GetForProfile(
149 AndroidProfileOAuth2TokenService* service =
157 return AndroidProfileOAuth2TokenService::GetForProfile(
161 void AndroidProfileOAuth2TokenService
[all...]

Completed in 73 milliseconds