HomeSort by relevance Sort by last modified time
    Searched refs:refresh_tokens (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service.cc 57 refresh_tokens().clear();
83 if (!account_id.empty() && refresh_tokens().count(account_id) == 0) {
84 refresh_tokens()[account_id].reset(
120 refresh_tokens()[account_id].reset(
130 if (refresh_tokens().count(account_id) == 0)
mutable_profile_oauth2_token_service_unittest.cc 160 EXPECT_EQ(1U, oauth2_service_->refresh_tokens().size());
162 oauth2_service_->refresh_tokens()[main_account_id]->refresh_token());
189 EXPECT_EQ(2U, oauth2_service_->refresh_tokens().size());
191 oauth2_service_->refresh_tokens()[
195 oauth2_service_->refresh_tokens()[other_account_id]->refresh_token());
240 EXPECT_EQ(0U, oauth2_service_->refresh_tokens().size());
244 oauth2_service_->refresh_tokens().clear();
profile_oauth2_token_service.h 137 AccountInfoMap& refresh_tokens() { return refresh_tokens_; } function in class:ProfileOAuth2TokenService

Completed in 1904 milliseconds