MatchesTypes       58 cc/animation/transform_operations.cc   if (!MatchesTypes(from))
MatchesTypes      117 cc/animation/transform_operations.cc   if (!MatchesTypes(from))
MatchesTypes      286 cc/animation/transform_operations.cc   if (MatchesTypes(from)) {
MatchesTypes       76 cc/animation/transform_operations.h   bool MatchesTypes(const TransformOperations& other) const;
MatchesTypes       45 cc/animation/transform_operations_unittest.cc       bool matches_type = transforms[i]->MatchesTypes(*transforms[j]);
MatchesTypes       69 cc/animation/transform_operations_unittest.cc   EXPECT_FALSE(translates.MatchesTypes(skews));
MatchesTypes       70 cc/animation/transform_operations_unittest.cc   EXPECT_TRUE(translates.MatchesTypes(translates2));
MatchesTypes       71 cc/animation/transform_operations_unittest.cc   EXPECT_TRUE(translates.MatchesTypes(translates3));
MatchesTypes       88 cc/animation/transform_operations_unittest.cc   EXPECT_FALSE(translates.MatchesTypes(skews));
MatchesTypes       89 cc/animation/transform_operations_unittest.cc   EXPECT_FALSE(translates.MatchesTypes(translates2));
MatchesTypes      148 cc/animation/transform_operations_unittest.cc       EXPECT_TRUE(operations[i]->MatchesTypes(*operations[j]));