Searched refs:GetAccountId (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dfake_auth_status_provider.cc17 std::string FakeAuthStatusProvider::GetAccountId() const { function in class:FakeAuthStatusProvider
H A Dfake_auth_status_provider.h30 virtual std::string GetAccountId() const OVERRIDE;
H A Dsignin_error_controller.h26 virtual std::string GetAccountId() const = 0;
H A Dsignin_error_controller.cc64 std::string account_id = (*it)->GetAccountId();
H A Dmutable_profile_oauth2_token_service.h54 virtual std::string GetAccountId() const OVERRIDE;
H A Dmutable_profile_oauth2_token_service.cc109 MutableProfileOAuth2TokenService::AccountInfo::GetAccountId() const { function in class:MutableProfileOAuth2TokenService::AccountInfo
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.cc102 DCHECK(!request->GetAccountId().empty());
103 DVLOG(1) << "Get token success: " << request->GetAccountId();
105 AccountInfos::iterator iter = account_infos_.find(request->GetAccountId());
126 DCHECK(!request->GetAccountId().empty());
127 DVLOG(1) << "Get token failure: " << request->GetAccountId();
129 AccountInfos::iterator iter = account_infos_.find(request->GetAccountId());
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request.h93 virtual std::string GetAccountId() const OVERRIDE;
H A Doauth2_token_service.h63 virtual std::string GetAccountId() const = 0;
221 virtual std::string GetAccountId() const OVERRIDE;
H A Doauth2_token_service.cc61 std::string OAuth2TokenService::RequestImpl::GetAccountId() const { function in class:OAuth2TokenService::RequestImpl
146 const std::string& GetAccountId() const;
364 const std::string& OAuth2TokenService::Fetcher::GetAccountId() const { function in class:OAuth2TokenService::Fetcher
588 UpdateAuthError(fetcher->GetAccountId(), fetcher->error());
617 fetcher->GetAccountId(),
628 req->GetAccountId(), req->GetConsumerId(),
H A Doauth2_token_service_request.cc357 std::string OAuth2TokenServiceRequest::GetAccountId() const { function in class:OAuth2TokenServiceRequest
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h95 virtual std::string GetAccountId() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc355 scoped_request->request->GetAccountId(),
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc697 request->GetAccountId());

Completed in 160 milliseconds