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

  /external/chromium_org/components/signin/core/browser/
signin_account_id_helper.h 21 class SigninAccountIdHelper : public SigninManagerBase::Observer,
24 SigninAccountIdHelper(SigninClient* client,
27 virtual ~SigninAccountIdHelper();
54 DISALLOW_COPY_AND_ASSIGN(SigninAccountIdHelper);
signin_account_id_helper.cc 14 class SigninAccountIdHelper::GaiaIdFetcher
21 SigninAccountIdHelper* signin_account_id_helper);
42 SigninAccountIdHelper* signin_account_id_helper_;
50 SigninAccountIdHelper::GaiaIdFetcher::GaiaIdFetcher(
54 SigninAccountIdHelper* signin_account_id_helper)
63 SigninAccountIdHelper::GaiaIdFetcher::~GaiaIdFetcher() {}
65 void SigninAccountIdHelper::GaiaIdFetcher::Start() {
72 void SigninAccountIdHelper::GaiaIdFetcher::OnGetTokenSuccess(
85 void SigninAccountIdHelper::GaiaIdFetcher::OnGetTokenFailure(
93 void SigninAccountIdHelper::GaiaIdFetcher::OnGetUserIdResponse
    [all...]

Completed in 459 milliseconds