Home | History | Annotate | Download | only in gaia

Lines Matching refs:auth_token

108                                      const std::string& auth_token) {
110 web_data_service_->SetTokenForService(service, auth_token);
163 const std::string& auth_token) {
165 TokenAvailableDetails details(service, auth_token);
184 const std::string& auth_token) {
185 token_map_[service] = auth_token;
186 FireTokenAvailableNotification(service, auth_token);
190 const std::string& auth_token) {
193 token_map_[service] = auth_token;
194 FireTokenAvailableNotification(service, auth_token);
195 SaveAuthTokenToDB(service, auth_token);