/external/chromium_org/google_apis/drive/ |
dummy_auth_service.cc | 11 set_refresh_token("dummy");
|
dummy_auth_service.h | 23 void set_refresh_token(const std::string& token) { refresh_token_ = token; } function in class:google_apis::DummyAuthService
|
request_sender_unittest.cc | 62 auth_service_->set_refresh_token(kTestRefreshToken);
|
/external/chromium_org/google_apis/gaia/ |
oauth2_token_service_unittest.cc | 57 void set_refresh_token(const std::string& account_id, function in class:TestOAuth2TokenService 111 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 131 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 160 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 206 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 245 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 284 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 306 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 328 oauth2_service_->set_refresh_token(account_id_, "refreshToken"); 351 oauth2_service_->set_refresh_token(account_id_, "refreshToken") [all...] |
/external/chromium_org/chrome/browser/signin/ |
profile_oauth2_token_service.h | 90 void set_refresh_token(const std::string& token) { function in class:ProfileOAuth2TokenService::AccountInfo
|
profile_oauth2_token_service.cc | 209 refresh_tokens_[account_id]->set_refresh_token(refresh_token);
|