/external/chromium_org/google_apis/drive/ |
dummy_auth_service.h | 23 void set_refresh_token(const std::string& token) { refresh_token_ = token; } function in class:google_apis::DummyAuthService
|
/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
|
/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...] |