HomeSort by relevance Sort by last modified time
    Searched refs:CompareForms (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.h 88 static bool CompareForms(const webkit_glue::PasswordForm& a,
native_backend_kwallet_x.cc 146 if (CompareForms(form, *forms[i], true))
167 if (CompareForms(form, *all_forms[i], false))
447 bool NativeBackendKWallet::CompareForms(const PasswordForm& a,
password_store_x_unittest.cc 129 if (CompareForms(all_forms_[i], form, true))
136 if (CompareForms(all_forms_[i], form, false))
189 bool CompareForms(const PasswordForm& a, const PasswordForm& b, bool update) {

Completed in 38 milliseconds