Searched refs:MutableProfileOAuth2TokenService (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dmutable_profile_oauth2_token_service.h17 class MutableProfileOAuth2TokenService : public ProfileOAuth2TokenService, class in inherits:ProfileOAuth2TokenService,WebDataServiceConsumer
26 MutableProfileOAuth2TokenService();
27 virtual ~MutableProfileOAuth2TokenService();
53 DISALLOW_COPY_AND_ASSIGN(MutableProfileOAuth2TokenService);
H A Dprofile_oauth2_token_service_factory.h17 class MutableProfileOAuth2TokenService;
40 static MutableProfileOAuth2TokenService* GetPlatformSpecificForProfile(
53 typedef MutableProfileOAuth2TokenService PlatformSpecificOAuth2TokenService;
H A Dmutable_profile_oauth2_token_service.cc35 MutableProfileOAuth2TokenService::MutableProfileOAuth2TokenService() function in class:MutableProfileOAuth2TokenService
39 MutableProfileOAuth2TokenService::~MutableProfileOAuth2TokenService() {
42 void MutableProfileOAuth2TokenService::Shutdown() {
53 void MutableProfileOAuth2TokenService::LoadCredentials() {
64 void MutableProfileOAuth2TokenService::OnWebDataServiceRequestDone(
98 void MutableProfileOAuth2TokenService::LoadAllCredentialsIntoMemory(
138 MutableProfileOAuth2TokenService::GetAccountIdForMigratingRefreshToken() {
H A Dmutable_profile_oauth2_token_service_unittest.cc133 MutableProfileOAuth2TokenService* oauth2_service_;

Completed in 276 milliseconds