Searched defs:RemoveLogin (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpasswords_helper.cc106 void RemoveLogin(PasswordStore* store, const PasswordForm& form) { function in namespace:passwords_helper
109 store->RemoveLogin(form);
119 RemoveLogin(store, *it);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store.cc113 void PasswordStore::RemoveLogin(const PasswordForm& form) { function in class:password_manager::PasswordStore
H A Dlogin_database.cc464 bool LoginDatabase::RemoveLogin(const PasswordForm& form) { function in class:password_manager::LoginDatabase
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.cc267 void RemoveLogin(const PasswordForm& form, const char* app_string);
272 // Use after AddLogin, RemoveLogin.
398 void GKRMethod::RemoveLogin(const PasswordForm& form, const char* app_string) { function in class:__anon4366::GKRMethod
400 // We find forms using the same fields as LoginDatabase::RemoveLogin().
581 if (RemoveLogin(*forms[0])) {
621 RemoveLogin(*forms[i]);
637 bool NativeBackendGnome::RemoveLogin(const PasswordForm& form) { function in class:NativeBackendGnome
641 base::Bind(&GKRMethod::RemoveLogin,
772 // easier to build the list and use RemoveLogin() to delete them.
779 if (RemoveLogin(*form
[all...]
H A Dnative_backend_kwallet_x.cc46 // fields that are checked by LoginDatabase::RemoveLogin() for removing them.
284 // duplicate logins that would all be removed together by RemoveLogin().
335 bool NativeBackendKWallet::RemoveLogin(const PasswordForm& form) { function in class:NativeBackendKWallet

Completed in 376 milliseconds