AutofillRegexes 22 components/autofill/core/browser/autofill_regexes.cc static AutofillRegexes* GetInstance(); AutofillRegexes 28 components/autofill/core/browser/autofill_regexes.cc AutofillRegexes(); AutofillRegexes 29 components/autofill/core/browser/autofill_regexes.cc ~AutofillRegexes(); AutofillRegexes 30 components/autofill/core/browser/autofill_regexes.cc friend struct DefaultSingletonTraits<AutofillRegexes>; AutofillRegexes 35 components/autofill/core/browser/autofill_regexes.cc DISALLOW_COPY_AND_ASSIGN(AutofillRegexes); AutofillRegexes 39 components/autofill/core/browser/autofill_regexes.cc AutofillRegexes* AutofillRegexes::GetInstance() { AutofillRegexes 40 components/autofill/core/browser/autofill_regexes.cc return Singleton<AutofillRegexes>::get(); AutofillRegexes 43 components/autofill/core/browser/autofill_regexes.cc AutofillRegexes::AutofillRegexes() { AutofillRegexes 46 components/autofill/core/browser/autofill_regexes.cc AutofillRegexes::~AutofillRegexes() { AutofillRegexes 51 components/autofill/core/browser/autofill_regexes.cc icu::RegexMatcher* AutofillRegexes::GetMatcher(const base::string16& pattern) { AutofillRegexes 74 components/autofill/core/browser/autofill_regexes.cc AutofillRegexes::GetInstance()->GetMatcher(pattern); AutofillRegexes 16 components/autofill/core/browser/autofill_regexes_unittest.cc TEST(AutofillRegexesTest, AutofillRegexes) {