Searched defs:long_lived_service_token (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/util/
H A Duser_settings_posix.cc18 const std::string& long_lived_service_token) {
20 VLOG(1) << "Saving auth token " << long_lived_service_token
24 if (!Encryptor::EncryptString(long_lived_service_token,
26 LOG(ERROR) << "Encrytion failed: " << long_lived_service_token;
15 SetAuthTokenForService( const std::string& email, const std::string& service_name, const std::string& long_lived_service_token) argument
H A Duser_settings_win.cc19 const string& service_name, const string& long_lived_service_token) {
28 statement.bind_blob(2, &EncryptData(long_lived_service_token));
18 SetAuthTokenForService(const string& email, const string& service_name, const string& long_lived_service_token) argument

Completed in 38 milliseconds