Home | History | Annotate | Download | only in password_manager

Lines Matching refs:NativeBackendGnome

160                      NativeBackendGnome::PasswordFormList* forms) {
258 typedef NativeBackendGnome::PasswordFormList PasswordFormList;
309 NativeBackendGnome::PasswordFormList forms_;
525 NativeBackendGnome::NativeBackendGnome(LocalProfileId id)
530 NativeBackendGnome::~NativeBackendGnome() {
533 bool NativeBackendGnome::Init() {
537 bool NativeBackendGnome::RawAddLogin(const PasswordForm& form) {
553 password_manager::PasswordStoreChangeList NativeBackendGnome::AddLogin(
593 bool NativeBackendGnome::UpdateLogin(
637 bool NativeBackendGnome::RemoveLogin(const PasswordForm& form) {
655 bool NativeBackendGnome::RemoveLoginsCreatedBetween(
663 bool NativeBackendGnome::RemoveLoginsSyncedBetween(
670 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
689 bool NativeBackendGnome::GetAutofillableLogins(PasswordFormList* forms) {
693 bool NativeBackendGnome::GetBlacklistLogins(PasswordFormList* forms) {
697 bool NativeBackendGnome::GetLoginsList(PasswordFormList* forms,
719 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) {
736 bool NativeBackendGnome::GetLoginsBetween(base::Time get_begin,
763 bool NativeBackendGnome::RemoveLoginsBetween(
789 std::string NativeBackendGnome::GetProfileSpecificAppString() const {