Home | History | Annotate | Download | only in declarative_webrequest

Lines Matching defs:match_type

469     StringMatchTest::MatchType match_type;
472 match_type = StringMatchTest::kPrefix;
475 match_type = StringMatchTest::kSuffix;
478 match_type = StringMatchTest::kContains;
481 match_type = StringMatchTest::kEquals;
483 match_type = StringMatchTest::kPrefix;
485 match_type = StringMatchTest::kSuffix;
487 match_type = StringMatchTest::kContains;
489 match_type = StringMatchTest::kEquals;
505 StringMatchTest::Create(*it, match_type, !is_name).release());
511 StringMatchTest::Create(content, match_type, !is_name).release());