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

  /external/chromium_org/components/autofill/core/common/
password_form.h 227 bool IsPublicSuffixMatch() const;
password_form.cc 28 bool PasswordForm::IsPublicSuffixMatch() const {
save_password_progress_logger.cc 256 log.SetBoolean(GetStringFromID(STRING_PSL_MATCH), form.IsPublicSuffixMatch());
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.cc 210 return pending_credentials_.IsPublicSuffixMatch();
494 preferred_match_->IsPublicSuffixMatch();
752 if (!candidate.IsPublicSuffixMatch()) {
    [all...]

Completed in 1013 milliseconds