HomeSort by relevance Sort by last modified time
    Searched defs:RemoveLogin (Results 1 - 12 of 12) 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);
  /external/chromium_org/chrome/browser/password_manager/
password_store.cc 107 void PasswordStore::RemoveLogin(const PasswordForm& form) {
native_backend_gnome_x.cc 208 void RemoveLogin(const PasswordForm& form, const char* app_string);
213 // Use after AddLogin, RemoveLogin.
313 void GKRMethod::RemoveLogin(const PasswordForm& form, const char* app_string) {
315 // We find forms using the same fields as LoginDatabase::RemoveLogin().
489 RemoveLogin(*forms[0]);
529 RemoveLogin(*forms[i]);
549 bool NativeBackendGnome::RemoveLogin(const PasswordForm& form) {
553 base::Bind(&GKRMethod::RemoveLogin,
578 // easier to build the list and use RemoveLogin() to delete them.
587 if (!RemoveLogin(*forms[i])
    [all...]
login_database.cc 358 bool LoginDatabase::RemoveLogin(const PasswordForm& form) {
native_backend_kwallet_x.cc 45 // fields that are checked by LoginDatabase::RemoveLogin() for removing them.
279 // duplicate logins that would all be removed together by RemoveLogin().
313 bool NativeBackendKWallet::RemoveLogin(const PasswordForm& form) {
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 100 void RemoveLogin(PasswordStore* store, const PasswordForm& form) {
103 store->RemoveLogin(form);
113 RemoveLogin(store, *it);

Completed in 3301 milliseconds