HomeSort by relevance Sort by last modified time
    Searched defs:RemoveLogin (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/webdata/
logins_table.cc 182 bool LoginsTable::RemoveLogin(const PasswordForm& form) {
web_data_service.cc 276 void WebDataService::RemoveLogin(const PasswordForm& form) {
856 if (db_->GetLoginsTable()->RemoveLogin(request->GetArgument()))
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store.cc 52 void PasswordStore::RemoveLogin(const PasswordForm& form) {
login_database.cc 235 bool LoginDatabase::RemoveLogin(const PasswordForm& form) {
native_backend_kwallet_x.cc 156 bool NativeBackendKWallet::RemoveLogin(const PasswordForm& form) {
native_backend_gnome_x.cc 255 void RemoveLogin(const PasswordForm& form);
267 // Use after AddLogin, RemoveLogin.
401 void GKRMethod::RemoveLogin(const PasswordForm& form) {
403 // We find forms using the same fields as LoginDatabase::RemoveLogin().
672 RemoveLogin(*forms[0]);
706 RemoveLogin(*forms[i]);
726 bool NativeBackendGnome::RemoveLogin(const PasswordForm& form) {
731 &GKRMethod::RemoveLogin,
748 // easier to build the list and use RemoveLogin() to delete them.
756 if (!RemoveLogin(*forms[i])
    [all...]
password_store_x_unittest.cc 97 virtual bool RemoveLogin(const PasswordForm& form) { return false; }
134 virtual bool RemoveLogin(const PasswordForm& form) {
592 store->RemoveLogin(*form);

Completed in 69 milliseconds