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

  /external/chromium_org/chrome/browser/password_manager/
psl_matching_helper.cc 17 bool PSLMatchingHelper::psl_enabled_override_ = false;
19 PSLMatchingHelper::PSLMatchingHelper() : psl_enabled_(DeterminePSLEnabled()) {}
21 PSLMatchingHelper::~PSLMatchingHelper() {}
23 bool PSLMatchingHelper::IsMatchingEnabled() const {
27 bool PSLMatchingHelper::ShouldPSLDomainMatchingApply(
33 bool PSLMatchingHelper::IsPublicSuffixDomainMatch(const std::string& url1,
44 std::string PSLMatchingHelper::GetRegistryControlledDomain(
52 void PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting()
    [all...]
psl_matching_helper.h 18 class PSLMatchingHelper {
30 PSLMatchingHelper();
31 ~PSLMatchingHelper();
60 // of |PSLMatchingHelper| are called.
71 DISALLOW_COPY_AND_ASSIGN(PSLMatchingHelper);

Completed in 1866 milliseconds