SigninAccountIdHelper   18 chrome/browser/signin/fake_profile_oauth2_token_service.cc   SigninAccountIdHelper::SetDisableForTest(true);
SigninAccountIdHelper   22 chrome/browser/signin/fake_profile_oauth2_token_service.cc   SigninAccountIdHelper::SetDisableForTest(false);
SigninAccountIdHelper   21 components/signin/core/browser/signin_account_id_helper.cc                 SigninAccountIdHelper* signin_account_id_helper);
SigninAccountIdHelper   42 components/signin/core/browser/signin_account_id_helper.cc   SigninAccountIdHelper* signin_account_id_helper_;
SigninAccountIdHelper   50 components/signin/core/browser/signin_account_id_helper.cc SigninAccountIdHelper::GaiaIdFetcher::GaiaIdFetcher(
SigninAccountIdHelper   54 components/signin/core/browser/signin_account_id_helper.cc     SigninAccountIdHelper* signin_account_id_helper)
SigninAccountIdHelper   63 components/signin/core/browser/signin_account_id_helper.cc SigninAccountIdHelper::GaiaIdFetcher::~GaiaIdFetcher() {}
SigninAccountIdHelper   65 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GaiaIdFetcher::Start() {
SigninAccountIdHelper   72 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GaiaIdFetcher::OnGetTokenSuccess(
SigninAccountIdHelper   85 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GaiaIdFetcher::OnGetTokenFailure(
SigninAccountIdHelper   93 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GaiaIdFetcher::OnGetUserIdResponse(
SigninAccountIdHelper   98 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GaiaIdFetcher::OnOAuthError() {
SigninAccountIdHelper  102 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GaiaIdFetcher::OnNetworkError(int response_code) {
SigninAccountIdHelper  106 components/signin/core/browser/signin_account_id_helper.cc SigninAccountIdHelper::SigninAccountIdHelper(
SigninAccountIdHelper  127 components/signin/core/browser/signin_account_id_helper.cc SigninAccountIdHelper::~SigninAccountIdHelper() {
SigninAccountIdHelper  132 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::GoogleSignedOut(const std::string& username) {
SigninAccountIdHelper  136 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::OnRefreshTokenAvailable(
SigninAccountIdHelper  148 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::OnPrimaryAccountIdFetched(
SigninAccountIdHelper  157 components/signin/core/browser/signin_account_id_helper.cc bool SigninAccountIdHelper::disable_for_test_ = false;
SigninAccountIdHelper  160 components/signin/core/browser/signin_account_id_helper.cc void SigninAccountIdHelper::SetDisableForTest(bool disable_for_test) {
SigninAccountIdHelper   21 components/signin/core/browser/signin_account_id_helper.h class SigninAccountIdHelper : public SigninManagerBase::Observer,
SigninAccountIdHelper   24 components/signin/core/browser/signin_account_id_helper.h   SigninAccountIdHelper(SigninClient* client,
SigninAccountIdHelper   27 components/signin/core/browser/signin_account_id_helper.h   virtual ~SigninAccountIdHelper();
SigninAccountIdHelper   53 components/signin/core/browser/signin_account_id_helper.h   DISALLOW_COPY_AND_ASSIGN(SigninAccountIdHelper);
SigninAccountIdHelper  243 components/signin/core/browser/signin_manager.cc       new SigninAccountIdHelper(client_, token_service_, this));
SigninAccountIdHelper   43 components/signin/core/browser/signin_manager.h class SigninAccountIdHelper;
SigninAccountIdHelper  182 components/signin/core/browser/signin_manager.h   scoped_ptr<SigninAccountIdHelper> account_id_helper_;