OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAccounts
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.h
43
virtual std::vector<std::string>
GetAccounts
() OVERRIDE;
mutable_profile_oauth2_token_service_unittest.cc
286
TEST_F(MutableProfileOAuth2TokenServiceTest,
GetAccounts
) {
287
EXPECT_TRUE(oauth2_service_->
GetAccounts
().empty());
290
std::vector<std::string> accounts = oauth2_service_->
GetAccounts
();
295
accounts = oauth2_service_->
GetAccounts
();
296
EXPECT_EQ(1u, oauth2_service_->
GetAccounts
().size());
profile_oauth2_token_service.h
58
virtual std::vector<std::string>
GetAccounts
() OVERRIDE;
android_profile_oauth2_token_service.cc
90
std::vector<std::string> AndroidProfileOAuth2TokenService::
GetAccounts
() {
175
std::vector<std::string> ids =
GetAccounts
();
account_reconcilor.cc
228
chrome_accounts_ = token_service->
GetAccounts
();
profile_oauth2_token_service.cc
184
std::vector<std::string> ProfileOAuth2TokenService::
GetAccounts
() {
/external/chromium_org/chrome/browser/android/signin/
signin_manager_android.cc
219
const std::vector<std::string>& ids = token_service->
GetAccounts
();
/external/chromium_org/google_apis/gaia/
oauth2_token_service.h
140
virtual std::vector<std::string>
GetAccounts
();
oauth2_token_service.cc
396
std::vector<std::string> OAuth2TokenService::
GetAccounts
() {
/external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.cc
802
ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
GetAccounts
());
808
// returned by ProfileOAuth2TokenService::
GetAccounts
() will contain the
Completed in 84 milliseconds