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

  /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/components/signin/core/browser/
mutable_profile_oauth2_token_service.h 47 void set_refresh_token(const std::string& token) { function in class:MutableProfileOAuth2TokenService::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
127 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
147 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
176 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
222 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
261 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
300 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
322 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
344 oauth2_service_->set_refresh_token(account_id_, "refreshToken");
367 oauth2_service_->set_refresh_token(account_id_, "refreshToken")
    [all...]

Completed in 2216 milliseconds