/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier.h | 41 // SetState must be called once, before any call to UpdateCredentials. 45 // UpdateCredentials is called at least once. It can be called more than 47 virtual void UpdateCredentials(
|
non_blocking_invalidation_notifier.h | 37 virtual void UpdateCredentials(
|
non_blocking_invalidation_notifier_unittest.cc | 66 invalidation_notifier_->UpdateCredentials("foo@bar.com", "fake_token");
|
p2p_notifier.h | 43 virtual void UpdateCredentials(
|
non_blocking_invalidation_notifier.cc | 33 void UpdateCredentials(const std::string& email, const std::string& token); 100 void NonBlockingInvalidationNotifier::Core::UpdateCredentials( 103 invalidation_notifier_->UpdateCredentials(email, token); 179 void NonBlockingInvalidationNotifier::UpdateCredentials( 186 &NonBlockingInvalidationNotifier::Core::UpdateCredentials,
|
invalidation_notifier.h | 49 virtual void UpdateCredentials(
|
invalidation_notifier_unittest.cc | 70 invalidation_notifier_->UpdateCredentials("foo@bar.com", "fake_token");
|
/external/chromium_org/sync/notifier/ |
invalidator.h | 77 // UpdateCredentials is called at least once. It can be called more than 79 virtual void UpdateCredentials(
|
push_client_channel.h | 38 void UpdateCredentials(const std::string& email, const std::string& token);
|
invalidation_notifier.cc | 62 void InvalidationNotifier::UpdateCredentials( 73 invalidation_listener_.UpdateCredentials(email, token);
|
push_client_channel.cc | 36 void PushClientChannel::UpdateCredentials( 38 push_client_->UpdateCredentials(email, token);
|
fake_invalidator.h | 37 virtual void UpdateCredentials(
|
push_client_channel_unittest.cc | 67 // Call UpdateCredentials on the channel. It should propagate it to 69 TEST_F(PushClientChannelTest, UpdateCredentials) { 74 push_client_channel_.UpdateCredentials(kEmail, kToken);
|
non_blocking_invalidator.cc | 41 void UpdateCredentials(const std::string& email, const std::string& token); 108 void NonBlockingInvalidator::Core::UpdateCredentials(const std::string& email, 111 invalidation_notifier_->UpdateCredentials(email, token); 197 void NonBlockingInvalidator::UpdateCredentials(const std::string& email, 202 base::Bind(&NonBlockingInvalidator::Core::UpdateCredentials,
|
/external/chromium_org/jingle/notifier/listener/ |
push_client.h | 42 // UpdateCredentials(). 48 virtual void UpdateCredentials(
|
fake_push_client.h | 29 virtual void UpdateCredentials(
|
non_blocking_push_client.h | 49 virtual void UpdateCredentials(
|
non_blocking_push_client.cc | 39 void UpdateCredentials(const std::string& email, const std::string& token); 101 void NonBlockingPushClient::Core::UpdateCredentials( 105 delegate_push_client_->UpdateCredentials(email, token); 195 void NonBlockingPushClient::UpdateCredentials( 200 base::Bind(&NonBlockingPushClient::Core::UpdateCredentials,
|
non_blocking_push_client_unittest.cc | 80 // Make sure UpdateCredentials() gets delegated properly. 81 TEST_F(NonBlockingPushClientTest, UpdateCredentials) { 85 push_client_->UpdateCredentials(kEmail, kToken);
|
fake_push_client.cc | 28 void FakePushClient::UpdateCredentials(
|
/external/chromium_org/chrome/browser/signin/ |
mutable_profile_oauth2_token_service_unittest.cc | 171 // Also add a token using PO2TS.UpdateCredentials and make sure upgrade does 175 oauth2_service_->UpdateCredentials(other_account_id, other_refresh_token); 210 oauth2_service_->UpdateCredentials(account_id_1, refresh_token_1); 211 oauth2_service_->UpdateCredentials(account_id_2, refresh_token_2); 242 oauth2_service_->UpdateCredentials("account_id", "refresh_token"); 243 oauth2_service_->UpdateCredentials("account_id2", "refresh_token2"); 267 oauth2_service_->UpdateCredentials("account_id", "refresh_token"); 270 oauth2_service_->UpdateCredentials("account_id", "refresh_token"); 273 oauth2_service_->UpdateCredentials("account_id", "refresh_token2"); 279 oauth2_service_->UpdateCredentials("account_id", "refresh_token2") [all...] |
ubertoken_fetcher_unittest.cc | 84 UpdateCredentials(kTestAccountId, "refreshToken"); 105 UpdateCredentials(kTestAccountId, "refreshToken"); 118 UpdateCredentials(kTestAccountId, "refreshToken");
|
signin_oauth_helper.cc | 60 ->UpdateCredentials(email_iter->second, refresh_token_);
|
/external/chromium_org/chrome/browser/invalidation/ |
p2p_invalidation_service.cc | 35 void P2PInvalidationService::UpdateCredentials(const std::string& username, 37 invalidator_->UpdateCredentials(username, password);
|
p2p_invalidation_service.h | 45 void UpdateCredentials(const std::string& username,
|