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

  /external/chromium_org/chrome/browser/signin/
fake_auth_status_provider.cc 17 std::string FakeAuthStatusProvider::GetAccountId() const {
fake_auth_status_provider.h 28 virtual std::string GetAccountId() const OVERRIDE;
profile_oauth2_token_service_request.h 38 virtual std::string GetAccountId() const OVERRIDE;
account_reconcilor.cc 250 << request->GetAccountId();
251 valid_chrome_accounts_.insert(request->GetAccountId());
259 << request->GetAccountId();
260 invalid_chrome_accounts_.insert(request->GetAccountId());
signin_global_error.h 29 virtual std::string GetAccountId() const = 0;
profile_oauth2_token_service.h 97 virtual std::string GetAccountId() const OVERRIDE;
profile_oauth2_token_service_request.cc 221 std::string ProfileOAuth2TokenServiceRequest::GetAccountId() const {
222 return core_->request()->GetAccountId();
signin_global_error.cc 65 current_account_id = (*it)->GetAccountId();
profile_oauth2_token_service.cc 101 std::string ProfileOAuth2TokenService::AccountInfo::GetAccountId() const {
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h 77 virtual std::string GetAccountId() const OVERRIDE;
account_tracker.cc 182 std::string AccountTracker::GetAccountId() const {
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.h 59 virtual std::string GetAccountId() const = 0;
185 virtual std::string GetAccountId() const OVERRIDE;
oauth2_token_service.cc 60 std::string OAuth2TokenService::RequestImpl::GetAccountId() const {
131 const std::string& GetAccountId() const;
357 const std::string& OAuth2TokenService::Fetcher::GetAccountId() const {
569 UpdateAuthError(fetcher->GetAccountId(), fetcher->error());
600 fetcher->GetAccountId(),

Completed in 51 milliseconds