Home | History | Annotate | Download | only in sync

Lines Matching defs:SetPassphrase

614     SetPassphrase(gaia_password_, false, true);
622 SetPassphrase(cached_passphrase_.value,
1106 void ProfileSyncService::SetPassphrase(const std::string& passphrase,
1110 backend_->SetPassphrase(passphrase, is_explicit);
1165 SetPassphrase(cached_passphrase_.value,
1210 // We pass 'false' to SetPassphrase to denote that this is an implicit
1216 SetPassphrase(successful->password, false, true);