OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTokenService
(Results
1 - 21
of
21
) sorted by null
/external/chromium/chrome/browser/sync/
signin_manager.cc
30
profile_->
GetTokenService
()->Initialize(
33
profile_->
GetTokenService
()->LoadTokensFromDB();
56
DCHECK(!profile_->
GetTokenService
()->AreCredentialsValid());
99
profile_->
GetTokenService
()->ResetCredentialsInMemory();
100
profile_->
GetTokenService
()->EraseTokensFromDB();
125
profile_->
GetTokenService
()->UpdateCredentials(last_result_);
126
DCHECK(profile_->
GetTokenService
()->AreCredentialsValid());
127
profile_->
GetTokenService
()->StartFetchingTokens();
profile_sync_service_startup_unittest.cc
119
profile_.
GetTokenService
()->IssueAuthTokenForTest(
137
profile_.
GetTokenService
()->IssueAuthTokenForTest(
150
profile_.
GetTokenService
()->IssueAuthTokenForTest(
160
profile_.
GetTokenService
()->IssueAuthTokenForTest(
185
profile_.
GetTokenService
()->IssueAuthTokenForTest(
262
profile_.
GetTokenService
()->IssueAuthTokenForTest(
profile_sync_service_unittest.cc
93
profile_->
GetTokenService
()->IssueAuthTokenForTest(
201
profile_->
GetTokenService
()->IssueAuthTokenForTest(
322
profile_->
GetTokenService
()->IssueAuthTokenForTest(
361
profile_->
GetTokenService
()->IssueAuthTokenForTest(
profile_sync_service.cc
121
if (profile()->
GetTokenService
() &&
122
profile()->
GetTokenService
()->HasTokenForService(
177
Source<TokenService>(profile_->
GetTokenService
()));
180
Source<TokenService>(profile_->
GetTokenService
()));
298
TokenService* service = profile_->
GetTokenService
();
[
all
...]
profile_sync_service_session_unittest.cc
128
profile()->
GetTokenService
()->IssueAuthTokenForTest(
profile_sync_service_preference_unittest.cc
96
profile_->
GetTokenService
()->IssueAuthTokenForTest(
profile_sync_service_typed_url_unittest.cc
190
EXPECT_CALL(profile_,
GetTokenService
()).
profile_sync_service_password_unittest.cc
221
EXPECT_CALL(profile_,
GetTokenService
()).
profile_sync_service_autofill_unittest.cc
333
EXPECT_CALL(profile_,
GetTokenService
()).
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.cc
39
GetTokenService
()->AddObserver(this);
95
ProfileOAuth2TokenService* token_service =
GetTokenService
();
141
if (
GetTokenService
()->GetPrimaryAccountId() == account_id) {
149
ProfileOAuth2TokenService* OAuth2LoginManager::
GetTokenService
() {
156
ProfileOAuth2TokenService* token_service =
GetTokenService
();
191
GetTokenService
()->UpdateCredentials(canonicalized, refresh_token_);
256
GetTokenService
()->RemoveObserver(this);
285
GetTokenService
()->GetPrimaryAccountId());
oauth2_login_manager.h
173
ProfileOAuth2TokenService*
GetTokenService
();
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_unittest.cc
118
GetTokenService
()->IssueRefreshTokenForUser(kTestUser,
210
FakeProfileOAuth2TokenService*
GetTokenService
() {
217
if (!
GetTokenService
()->GetPendingRequests().empty())
225
GetTokenService
()->IssueTokenForAllPendingRequests("access_token",
401
GetTokenService
()->IssueRefreshTokenForUser(kTestUser,
420
GetTokenService
()->IssueRefreshTokenForUser(kTestUser,
429
GetTokenService
()->IssueErrorForAllPendingRequests(error);
446
GetTokenService
()->IssueRefreshTokenForUser(kTestUser,
470
GetTokenService
()->IssueRefreshTokenForUser(kTestUser,
489
GetTokenService
()->IssueRefreshTokenForUser(kTestUser
[
all
...]
/external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc
141
Source<TokenService>(profile->
GetTokenService
()));
188
*auth_token = profile_->
GetTokenService
()->GetTokenForService(
214
profile_->
GetTokenService
()->HasTokenForService(
239
if (Source<TokenService>(source).ptr() == profile_->
GetTokenService
()) {
/external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc
93
TokenService* token_service = profile->
GetTokenService
();
139
TokenService* token_service = browser()->profile()->
GetTokenService
();
extension_webstore_private_api.cc
84
TokenService* token_service = profile->
GetTokenService
();
502
TokenService* token_service = profile->
GetTokenService
();
/external/chromium/chrome/browser/chromeos/login/
login_utils.cc
287
TokenService* token_service = profile->
GetTokenService
();
365
TokenService* token_service = profile->
GetTokenService
();
/external/chromium/android/autofill/
profile_android.h
219
virtual TokenService*
GetTokenService
() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/profiles/
profile.h
452
virtual TokenService*
GetTokenService
() = 0;
profile_impl.h
127
virtual TokenService*
GetTokenService
();
profile.cc
509
virtual TokenService*
GetTokenService
() {
profile_impl.cc
[
all
...]
Completed in 304 milliseconds