set_refresh_token  310 components/signin/core/browser/mutable_profile_oauth2_token_service.cc       refresh_tokens_[account_id]->set_refresh_token(refresh_token);
set_refresh_token   47 components/signin/core/browser/mutable_profile_oauth2_token_service.h     void set_refresh_token(const std::string& token) {
set_refresh_token   11 google_apis/drive/dummy_auth_service.cc   set_refresh_token("dummy");
set_refresh_token   23 google_apis/drive/dummy_auth_service.h   void set_refresh_token(const std::string& token) { refresh_token_ = token; }
set_refresh_token   62 google_apis/drive/request_sender_unittest.cc     auth_service_->set_refresh_token(kTestRefreshToken);
set_refresh_token  127 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  147 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  176 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  222 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  261 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  300 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  322 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  344 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  367 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  381 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "");
set_refresh_token  391 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "first refreshToken");
set_refresh_token  406 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "second refreshToken");
set_refresh_token  432 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  447 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  475 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  522 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  527 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token("account_id_2", "refreshToken2");
set_refresh_token  550 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, "refreshToken");
set_refresh_token  557 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_2, "refreshToken2");
set_refresh_token  586 google_apis/gaia/oauth2_token_service_unittest.cc   oauth2_service_->set_refresh_token(account_id_, refresh_token);