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

  /external/chromium_org/components/signin/core/browser/
fake_auth_status_provider.cc 17 std::string FakeAuthStatusProvider::GetAccountId() const {
fake_auth_status_provider.h 30 virtual std::string GetAccountId() const OVERRIDE;
signin_error_controller.h 26 virtual std::string GetAccountId() const = 0;
signin_error_controller.cc 64 std::string account_id = (*it)->GetAccountId();
mutable_profile_oauth2_token_service.h 54 virtual std::string GetAccountId() const OVERRIDE;
mutable_profile_oauth2_token_service.cc 109 MutableProfileOAuth2TokenService::AccountInfo::GetAccountId() const {
  /external/chromium_org/google_apis/gaia/
oauth2_token_service_request.h 83 virtual std::string GetAccountId() const OVERRIDE;
oauth2_token_service.h 63 virtual std::string GetAccountId() const = 0;
217 virtual std::string GetAccountId() const OVERRIDE;
oauth2_token_service.cc 61 std::string OAuth2TokenService::RequestImpl::GetAccountId() const {
136 const std::string& GetAccountId() const;
353 const std::string& OAuth2TokenService::Fetcher::GetAccountId() const {
577 UpdateAuthError(fetcher->GetAccountId(), fetcher->error());
606 fetcher->GetAccountId(),
617 req->GetAccountId(), req->GetConsumerId(),
oauth2_token_service_request.cc 346 std::string OAuth2TokenServiceRequest::GetAccountId() const {
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 116 virtual std::string GetAccountId() const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h 78 virtual std::string GetAccountId() const OVERRIDE;
account_tracker.cc 257 std::string AccountTracker::GetAccountId() const {
265 std::string id = GetAccountId();
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.cc 353 scoped_request->request->GetAccountId(),

Completed in 305 milliseconds