OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AccountIdFetcher
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/signin/
signin_account_id_helper.cc
17
class SigninAccountIdHelper::
AccountIdFetcher
21
AccountIdFetcher
(Profile* profile,
23
virtual ~
AccountIdFetcher
();
46
DISALLOW_COPY_AND_ASSIGN(
AccountIdFetcher
);
49
SigninAccountIdHelper::
AccountIdFetcher
::
AccountIdFetcher
(
57
SigninAccountIdHelper::
AccountIdFetcher
::~
AccountIdFetcher
() {}
59
void SigninAccountIdHelper::
AccountIdFetcher
::Start() {
68
void SigninAccountIdHelper::
AccountIdFetcher
::OnGetTokenSuccess
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h
30
class
AccountIdFetcher
;
72
void OnUserInfoFetchSuccess(
AccountIdFetcher
* fetcher,
74
void OnUserInfoFetchFailure(
AccountIdFetcher
* fetcher);
96
void DeleteFetcher(
AccountIdFetcher
* fetcher);
99
std::map<std::string,
AccountIdFetcher
*> user_info_requests_;
106
class
AccountIdFetcher
: public OAuth2TokenService::Consumer,
109
AccountIdFetcher
(Profile* profile,
112
virtual ~
AccountIdFetcher
();
account_tracker.cc
154
AccountIdFetcher
* fetcher =
155
new
AccountIdFetcher
(profile_, this, account_key);
160
void AccountTracker::OnUserInfoFetchSuccess(
AccountIdFetcher
* fetcher,
175
void AccountTracker::OnUserInfoFetchFailure(
AccountIdFetcher
* fetcher) {
196
void AccountTracker::DeleteFetcher(
AccountIdFetcher
* fetcher) {
204
AccountIdFetcher
::
AccountIdFetcher
(Profile* profile,
211
AccountIdFetcher
::~
AccountIdFetcher
() {}
213
void
AccountIdFetcher
::Start()
[
all
...]
Completed in 420 milliseconds