MatchesPattern 377 ash/system/chromeos/network/network_connect.cc if (technology.MatchesPattern(NetworkTypePattern::Mobile())) { MatchesPattern 406 chromeos/network/shill_property_util.cc return MatchesPattern(Primitive(shill_network_type)); MatchesPattern 115 chromeos/network/shill_property_util.h bool MatchesPattern(const NetworkTypePattern& other_pattern) const; MatchesPattern 28 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(a.MatchesPattern(b) == b.MatchesPattern(a)); MatchesPattern 29 chromeos/network/shill_property_util_unittest.cc return a.MatchesPattern(b); MatchesPattern 55 chromeos/network/shill_property_util_unittest.cc TEST_F(NetworkTypePatternTest, MatchesPattern) { MatchesPattern 58 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(mobile_, mobile_)); MatchesPattern 59 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(wireless_, wireless_)); MatchesPattern 60 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(cellular_, cellular_)); MatchesPattern 62 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(mobile_, wireless_)); MatchesPattern 63 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(mobile_, cellular_)); MatchesPattern 64 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(wireless_, cellular_)); MatchesPattern 68 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(cellular_, non_virtual_)); MatchesPattern 69 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(non_virtual_, ethernet_)); MatchesPattern 70 chromeos/network/shill_property_util_unittest.cc EXPECT_FALSE(MatchesPattern(cellular_, ethernet_)); MatchesPattern 73 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(default_, default_)); MatchesPattern 74 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(default_, non_virtual_)); MatchesPattern 75 chromeos/network/shill_property_util_unittest.cc EXPECT_TRUE(MatchesPattern(default_, cellular_)); MatchesPattern 15 components/autofill/core/browser/autofill_regexes.h bool MatchesPattern(const base::string16& input, MatchesPattern 41 components/autofill/core/browser/autofill_regexes_unittest.cc EXPECT_TRUE(autofill::MatchesPattern(ASCIIToUTF16(test_case.input), MatchesPattern 61 components/autofill/core/browser/autofill_regexes_unittest.cc EXPECT_FALSE(autofill::MatchesPattern(ASCIIToUTF16(test_case.input), MatchesPattern 437 components/autofill/core/browser/credit_card.cc if (!autofill::MatchesPattern(value, MatchesPattern 131 components/autofill/core/browser/form_field.cc autofill::MatchesPattern(field->label, pattern)) { MatchesPattern 136 components/autofill/core/browser/form_field.cc autofill::MatchesPattern(field->name, pattern)) { MatchesPattern 141 components/autofill/core/browser/form_field.cc autofill::MatchesPattern(field->value, pattern)) { MatchesPattern 144 components/autofill/core/browser/validation.cc return MatchesPattern(text, kEmailPattern); MatchesPattern 154 components/autofill/core/browser/validation.cc return MatchesPattern(text, kZipPattern);