Match            3490 chrome/browser/autocomplete/search_provider_unittest.cc   const Match kEmptyMatch = {
Match            3497 chrome/browser/autocomplete/search_provider_unittest.cc     const Match matches[5];
Match            3551 chrome/browser/autocomplete/search_provider_unittest.cc       const Match& match = cases[i].matches[j];
Match            3585 chrome/browser/autocomplete/search_provider_unittest.cc   const Match kEmptyMatch = { kNotApplicable,
Match            3595 chrome/browser/autocomplete/search_provider_unittest.cc     const Match matches[5];
Match            3746 chrome/browser/autocomplete/search_provider_unittest.cc   const Match kEmptyMatch = {
Match            3753 chrome/browser/autocomplete/search_provider_unittest.cc     const Match matches[4];
Match            3837 chrome/browser/autocomplete/search_provider_unittest.cc    const Match kEmptyMatch = {
Match            3847 chrome/browser/autocomplete/search_provider_unittest.cc        const Match matches[4];
Match            3896 chrome/browser/autocomplete/search_provider_unittest.cc          const Match& match = cases[i].matches[j];
Match              43 chrome/browser/bookmarks/bookmark_index.cc struct BookmarkIndex::Match {
Match              66 chrome/browser/bookmarks/bookmark_index.cc     BookmarkIndex::Match::nodes_begin() const {
Match              70 chrome/browser/bookmarks/bookmark_index.cc BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
Match             158 chrome/browser/bookmarks/bookmark_index.cc     const Match& match,
Match             208 chrome/browser/bookmarks/bookmark_index.cc       Match match;
Match             220 chrome/browser/bookmarks/bookmark_index.cc       Match match;
Match             243 chrome/browser/bookmarks/bookmark_index.cc     Match* match = &((*matches)[i]);
Match             262 chrome/browser/bookmarks/bookmark_index.cc     const Match& match = current_matches[i];
Match             268 chrome/browser/bookmarks/bookmark_index.cc       result->push_back(Match());
Match             269 chrome/browser/bookmarks/bookmark_index.cc       Match& combined_match = result->back();
Match              56 chrome/browser/bookmarks/bookmark_index.h   struct Match;
Match              57 chrome/browser/bookmarks/bookmark_index.h   typedef std::vector<Match> Matches;
Match              74 chrome/browser/bookmarks/bookmark_index.h                                 const Match& match,
Match             113 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOrigin1, kUnprotected, mock_policy.get()));
Match             114 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOrigin2, kUnprotected, mock_policy.get()));
Match             115 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginExt, kUnprotected, mock_policy.get()));
Match             116 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginDevTools, kUnprotected, mock_policy.get()));
Match             118 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOrigin1, kProtected, mock_policy.get()));
Match             119 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOrigin2, kProtected, mock_policy.get()));
Match             120 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginExt, kProtected, mock_policy.get()));
Match             121 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginDevTools, kProtected, mock_policy.get()));
Match             123 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOrigin1, kExtension, mock_policy.get()));
Match             124 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOrigin2, kExtension, mock_policy.get()));
Match             125 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOriginExt, kExtension, mock_policy.get()));
Match             126 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginDevTools, kExtension, mock_policy.get()));
Match             128 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOrigin1, kUnprotected | kProtected, mock_policy.get()));
Match             129 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOrigin2, kUnprotected | kProtected, mock_policy.get()));
Match             130 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginExt, kUnprotected | kProtected, mock_policy.get()));
Match             132 chrome/browser/browsing_data/browsing_data_helper_unittest.cc       Match(kOriginDevTools, kUnprotected | kProtected, mock_policy.get()));
Match             134 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOrigin1, kUnprotected | kExtension, mock_policy.get()));
Match             135 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOrigin2, kUnprotected | kExtension, mock_policy.get()));
Match             136 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOriginExt, kUnprotected | kExtension, mock_policy.get()));
Match             138 chrome/browser/browsing_data/browsing_data_helper_unittest.cc       Match(kOriginDevTools, kUnprotected | kExtension, mock_policy.get()));
Match             140 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOrigin1, kProtected | kExtension, mock_policy.get()));
Match             141 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOrigin2, kProtected | kExtension, mock_policy.get()));
Match             142 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(kOriginExt, kProtected | kExtension, mock_policy.get()));
Match             144 chrome/browser/browsing_data/browsing_data_helper_unittest.cc       Match(kOriginDevTools, kProtected | kExtension, mock_policy.get()));
Match             146 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(
Match             148 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(
Match             150 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_TRUE(Match(
Match             152 chrome/browser/browsing_data/browsing_data_helper_unittest.cc   EXPECT_FALSE(Match(kOriginDevTools,
Match              49 chrome/browser/component_updater/test/component_updater_service_unittest.h   virtual bool Match(const std::string& actual) const OVERRIDE;
Match             198 chrome/browser/component_updater/test/url_request_post_interceptor.cc       if (expectation.first->Match(request_body)) {
Match              37 chrome/browser/component_updater/test/url_request_post_interceptor.h     virtual bool Match(const std::string& actual) const = 0;
Match             209 chrome/browser/enumerate_modules_model_unittest_win.cc               ModuleEnumerator::Match(test, blacklist));
Match             695 chrome/browser/enumerate_modules_model_win.cc       ModuleStatus status = Match(*module, kModuleBlacklist[i]);
Match             125 chrome/browser/enumerate_modules_model_win.h   static ModuleStatus Match(const Module& module,
Match             439 chrome/browser/extensions/api/web_request/form_data_parser.cc   return pattern.Match(input, 0, input.size(), RE2::ANCHOR_START, NULL, 0);
Match             582 chrome/browser/extensions/api/web_request/form_data_parser.cc   if (!name_pattern().Match(header,
Match             590 chrome/browser/extensions/api/web_request/form_data_parser.cc   if (value_pattern().Match(header,
Match             263 chrome/browser/media_galleries/fileapi/itunes_file_util.cc       if (media_path_filter()->Match(it->second) &&
Match              28 chrome/browser/media_galleries/fileapi/media_path_filter.h   bool Match(const base::FilePath& path);
Match             422 chrome/browser/media_galleries/fileapi/native_media_file_util.cc   if (!media_path_filter_->Match(dest_file_path))
Match             472 chrome/browser/media_galleries/fileapi/native_media_file_util.cc       media_path_filter_->Match(file_path)) {
Match             526 chrome/browser/media_galleries/fileapi/native_media_file_util.cc     if (!info.IsDirectory() && !media_path_filter_->Match(enum_path))
Match             597 chrome/browser/media_galleries/fileapi/native_media_file_util.cc   if (!media_path_filter_->Match(file_path))
Match             624 chrome/browser/media_galleries/fileapi/native_media_file_util.cc       !media_path_filter_->Match(file_path)) {
Match              55 chrome/browser/ui/app_list/search/tokenized_string_match_unittest.cc TEST(TokenizedStringMatchTest, Match) {
Match             126 chrome/common/extensions/permissions/socket_permission_unittest.cc TEST(SocketPermissionTest, Match) {
Match            1207 chrome/installer/util/shell_util.cc   bool Match(const base::FilePath& target_path,
Match            1236 chrome/installer/util/shell_util.cc   return base::Bind(&FilterTargetEq::Match, base::Unretained(this));
Match             116 components/autofill/core/browser/form_field.cc   if (FormField::Match(field, pattern, match_type)) {
Match              91 components/autofill/core/browser/form_field.h   FRIEND_TEST_ALL_PREFIXES(FormFieldTest, Match);
Match             108 components/autofill/core/browser/form_field.h   static bool Match(const AutofillField* field,
Match              16 components/autofill/core/browser/form_field_unittest.cc TEST(FormFieldTest, Match) {
Match              20 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, base::string16(),
Match              25 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, base::string16(),
Match              30 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^$"),
Match              35 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^$"),
Match              40 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("a"),
Match              45 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^head"),
Match              47 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^tail"),
Match              52 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("head$"),
Match              54 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("tail$"),
Match              59 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^head$"),
Match              61 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^tail$"),
Match              63 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^head_tail$"),
Match              69 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("m.i."),
Match              71 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("m\\.i\\."),
Match              74 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("m.i."),
Match              76 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("m\\.i\\."),
Match              81 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head.*tail"),
Match              84 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head.*tail"),
Match              87 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head.*tail"),
Match              90 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("head.+tail"),
Match              93 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head.+tail"),
Match              96 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head.+tail"),
Match             101 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head|other"),
Match             103 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("tail|other"),
Match             105 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("bad|good"),
Match             110 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("head_tail"),
Match             115 components/autofill/core/browser/form_field_unittest.cc   EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("\\bword\\b"),
Match             117 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("\\bcon\\b"),
Match             121 components/autofill/core/browser/form_field_unittest.cc   EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("\\bcr\\b"),
Match              70 components/url_matcher/regex_set_matcher.cc   substring_matcher_->Match(text, &atoms_set);
Match              44 components/url_matcher/regex_set_matcher.h   bool Match(const std::string& text,
Match              27 components/url_matcher/regex_set_matcher_unittest.cc   matcher.Match("http://abracadabra.com", &result1);
Match              33 components/url_matcher/regex_set_matcher_unittest.cc   matcher.Match("https://abfffffffffffffffffffffffffffffff.fi/cf", &result2);
Match              39 components/url_matcher/regex_set_matcher_unittest.cc   matcher.Match("http://nothing.com/", &result3);
Match              53 components/url_matcher/regex_set_matcher_unittest.cc   matcher.Match("http://aaa.net/", &result1);
Match              57 components/url_matcher/regex_set_matcher_unittest.cc   matcher.Match("http://aaa.net/quaaACK", &result2);
Match              45 components/url_matcher/substring_set_matcher.h   bool Match(const std::string& text,
Match              29 components/url_matcher/substring_set_matcher_unittest.cc   matcher.Match(test_string, &matches);
Match              60 components/url_matcher/substring_set_matcher_unittest.cc     matcher.Match(test_string, &matches);
Match             141 components/url_matcher/substring_set_matcher_unittest.cc   matcher.Match("abd", &matches);
Match             151 components/url_matcher/substring_set_matcher_unittest.cc   matcher.Match("abd", &matches);
Match             166 components/url_matcher/substring_set_matcher_unittest.cc   matcher.Match("abd", &matches);
Match             664 components/url_matcher/url_matcher.cc     full_url_matcher_.Match(
Match             668 components/url_matcher/url_matcher.cc     url_component_matcher_.Match(
Match             672 components/url_matcher/url_matcher.cc     regex_set_matcher_.Match(
Match             676 components/url_matcher/url_matcher.cc     origin_and_path_regex_set_matcher_.Match(
Match              46 content/browser/renderer_host/gtk_key_bindings_handler.h   bool Match(const NativeWebKeyboardEvent& wke,
Match              82 content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc     ASSERT_TRUE(handler_->Match(event, &result));
Match            1403 content/browser/renderer_host/render_widget_host_view_gtk.cc       key_bindings_handler_->Match(event, &edit_commands)) {
Match              99 jingle/glue/thread_wrapper.cc     if (it->second.Match(handler, id)) {
Match             116 jingle/glue/thread_wrapper.cc     if ((*it)->message.Match(handler, id)) {
Match              22 net/base/ip_pattern.cc   bool Match(uint32 value) const;
Match              83 net/base/ip_pattern.cc     if (!(*pattern_it)->Match(value_to_test))
Match              30 net/base/ip_pattern.h   bool Match(const IPAddressNumber& address) const;
Match              21 net/base/ip_pattern_unittest.cc   return pattern.Match(address);
Match              31 net/base/ip_pattern_unittest.cc   EXPECT_FALSE(pattern.Match(ipv4_address1));
Match              32 net/base/ip_pattern_unittest.cc   EXPECT_FALSE(pattern.Match(ipv6_address1));
Match              77 net/dns/dns_config_service.cc     if ((*it)->pattern.Match(address))
Match             169 third_party/re2/re2/compile.cc   Frag Match(int32 id);
Match             734 third_party/re2/re2/compile.cc       Frag f = Match(re->match_id());
Match            1019 third_party/re2/re2/compile.cc   Frag all = c.Cat(f, c.Match(0));
Match             374 third_party/re2/re2/re2.cc   if (!re.Match(*str, 0, str->size(), UNANCHORED, vec, nvec))
Match             401 third_party/re2/re2/re2.cc     if (!re.Match(*str, p - str->data(), str->size(), UNANCHORED, vec, nvec))
Match             436 third_party/re2/re2/re2.cc   if (!re.Match(text, 0, text.size(), UNANCHORED, vec, nvec))
Match             830 third_party/re2/re2/re2.cc   if (!Match(text, 0, text.size(), anchor, vec, nvec)) {
Match             472 third_party/re2/re2/re2.h   bool Match(const StringPiece& text,
Match              40 third_party/re2/re2/set.h   bool Match(const StringPiece& text, vector<int>* v) const;
Match              60 third_party/re2/re2/testing/exhaustive_tester.cc   if (!re.Match(input, 0, input.size(), anchor, m, n)) {
Match             350 third_party/re2/re2/testing/re2_test.cc TEST(RE2, Match) {
Match             356 third_party/re2/re2/testing/re2_test.cc   CHECK(!re.Match(s, 0, s.size(), RE2::UNANCHORED,
Match             361 third_party/re2/re2/testing/re2_test.cc   CHECK(re.Match(s, 0, s.size(), RE2::UNANCHORED,
Match             490 third_party/re2/re2/testing/re2_test.cc     CHECK(!RE2(empties[i]).Match("abc", 0, 3, RE2::UNANCHORED, NULL, 0));
Match            1273 third_party/re2/re2/testing/re2_test.cc   EXPECT_FALSE(re.Match(s, 0, s.size(), RE2::UNANCHORED, NULL, 0));
Match              25 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("foobar", &v), true);
Match              31 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("fooba", &v), true);
Match              36 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("oobar", &v), true);
Match              51 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("foobar", &v), true);
Match              57 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("obarfoobaroo", &v), true);
Match              63 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("fooba", &v), true);
Match              68 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("oobar", &v), false);
Match              79 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("foo", &v), true);
Match              94 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("foobar", &v), false);
Match              97 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("fooba", &v), false);
Match             100 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("oobar", &v), false);
Match             103 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("foo", &v), true);
Match             107 third_party/re2/re2/testing/set_test.cc   CHECK_EQ(s.Match("bar", &v), true);
Match             393 third_party/re2/re2/testing/tester.cc       result->matched = re2_->Match(context,
Match             266 tools/gn/parser.cc   if (Match(Token::LEFT_PAREN)) {
Match             269 tools/gn/parser.cc     if (Match(Token::RIGHT_PAREN)) {
Match             373 tools/gn/parser.cc     just_got_comma = Match(Token::COMMA);
Match             452 tools/gn/parser.cc   if (Match(Token::ELSE))
Match              80 tools/gn/parser.h   bool Match(Token::Type type);