OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnListAccountsSuccess
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.h
44
virtual void
OnListAccountsSuccess
(const std::string& data) = 0;
72
virtual void
OnListAccountsSuccess
(const std::string& data) OVERRIDE;
oauth2_login_manager.h
157
virtual void
OnListAccountsSuccess
(const std::string& data) OVERRIDE;
oauth2_login_verifier.cc
214
void OAuth2LoginVerifier::
OnListAccountsSuccess
(
218
delegate_->
OnListAccountsSuccess
(data);
oauth2_login_manager.cc
280
void OAuth2LoginManager::
OnListAccountsSuccess
(const std::string& data) {
/external/chromium_org/google_apis/gaia/
gaia_auth_consumer.h
86
virtual void
OnListAccountsSuccess
(const std::string& data) {}
gaia_auth_fetcher_unittest.cc
190
MOCK_METHOD1(
OnListAccountsSuccess
, void(const std::string& data));
799
EXPECT_CALL(consumer,
OnListAccountsSuccess
(data)).Times(1);
gaia_auth_fetcher.cc
865
consumer_->
OnListAccountsSuccess
(data);
[
all
...]
/external/chromium_org/chrome/browser/signin/
account_reconcilor.h
86
virtual void
OnListAccountsSuccess
(const std::string& data) OVERRIDE;
account_reconcilor.cc
195
void AccountReconcilor::
OnListAccountsSuccess
(const std::string& data) {
201
DVLOG(1) << "AccountReconcilor::
OnListAccountsSuccess
: "
205
DVLOG(1) << "AccountReconcilor::
OnListAccountsSuccess
: No accounts";
Completed in 96 milliseconds