HomeSort by relevance Sort by last modified time
    Searched refs:GetTokenService (Results 1 - 18 of 18) 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/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 258 milliseconds