OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SigninAccountIdHelper
(Results
1 - 2
of
2
) 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
...]
Completed in 2775 milliseconds