OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnGetUserInfoSuccess
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/signin/
signin_oauth_helper.h
34
virtual void
OnGetUserInfoSuccess
(const UserInfoMap& data) OVERRIDE;
signin_oauth_helper.cc
52
void SigninOAuthHelper::
OnGetUserInfoSuccess
(const UserInfoMap& data) {
53
DVLOG(1) << "SigninOAuthHelper::
OnGetUserInfoSuccess
";
57
VLOG(1) << "SigninOAuthHelper::
OnGetUserInfoSuccess
: no email found ";
signin_manager.h
154
virtual void
OnGetUserInfoSuccess
(const UserInfoMap& data) OVERRIDE;
signin_manager.cc
518
void SigninManager::
OnGetUserInfoSuccess
(const UserInfoMap& data) {
/external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.h
35
virtual void
OnGetUserInfoSuccess
(
user_info_fetcher_unittest.cc
32
MOCK_METHOD1(
OnGetUserInfoSuccess
, void(const DictionaryValue* result));
72
EXPECT_CALL(delegate,
OnGetUserInfoSuccess
(MatchDict(dict.get())));
cloud_policy_client_registration_helper.h
70
virtual void
OnGetUserInfoSuccess
(
user_info_fetcher.cc
81
delegate_->
OnGetUserInfoSuccess
(dict);
cloud_policy_client_registration_helper.cc
247
void CloudPolicyClientRegistrationHelper::
OnGetUserInfoSuccess
(
/external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h
45
virtual void
OnGetUserInfoSuccess
(const std::string& key,
gaia_auth_fetcher.cc
410
consumer_->
OnGetUserInfoSuccess
(i->first, i->second);
/external/chromium_org/chrome/browser/chromeos/policy/
wildcard_login_checker.h
41
virtual void
OnGetUserInfoSuccess
(const base::DictionaryValue* response)
wildcard_login_checker.cc
52
void WildcardLoginChecker::
OnGetUserInfoSuccess
(
/external/chromium/chrome/browser/sync/
signin_manager.h
73
virtual void
OnGetUserInfoSuccess
(const std::string& key,
signin_manager.cc
109
void SigninManager::
OnGetUserInfoSuccess
(const std::string& key,
/external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h
77
virtual void
OnGetUserInfoSuccess
(const UserInfoMap& data) {}
gaia_auth_fetcher.cc
[
all
...]
Completed in 511 milliseconds