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

  /external/chromium_org/chrome/browser/signin/
signin_account_id_helper.h 21 class SigninAccountIdHelper
25 explicit SigninAccountIdHelper(Profile* profile);
26 virtual ~SigninAccountIdHelper();
53 DISALLOW_COPY_AND_ASSIGN(SigninAccountIdHelper);
signin_account_id_helper.cc 17 class SigninAccountIdHelper::AccountIdFetcher
22 SigninAccountIdHelper* signin_account_id_helper);
41 SigninAccountIdHelper* signin_account_id_helper_;
49 SigninAccountIdHelper::AccountIdFetcher::AccountIdFetcher(
51 SigninAccountIdHelper* signin_account_id_helper)
57 SigninAccountIdHelper::AccountIdFetcher::~AccountIdFetcher() {}
59 void SigninAccountIdHelper::AccountIdFetcher::Start() {
68 void SigninAccountIdHelper::AccountIdFetcher::OnGetTokenSuccess(
81 void SigninAccountIdHelper::AccountIdFetcher::OnGetTokenFailure(
89 void SigninAccountIdHelper::AccountIdFetcher::OnGetUserIdResponse
    [all...]
fake_profile_oauth2_token_service.cc 23 SigninAccountIdHelper::SetDisableForTest(true);
27 SigninAccountIdHelper::SetDisableForTest(false);
signin_manager.h 47 class SigninAccountIdHelper;
261 scoped_ptr<SigninAccountIdHelper> account_id_helper_;
mutable_profile_oauth2_token_service_unittest.cc 51 SigninAccountIdHelper::SetDisableForTest(true);
66 SigninAccountIdHelper::SetDisableForTest(false);
signin_manager.cc 368 account_id_helper_.reset(new SigninAccountIdHelper(profile));

Completed in 291 milliseconds