Home | History | Annotate | Download | only in unit

Lines Matching refs:node

39     EXPECT_TRUE(child->hasParents()) << "Child node has no parent";
40 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents";
47 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents";
52 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents";
70 auto node = TestUtils::createNode(0, 0, 200, 400,
75 TestUtils::syncHierarchyPropertiesAndDisplayList(node);
78 TestUtils::recordNode(*node, [&](TestCanvas& canvas) {
84 TestUtils::syncHierarchyPropertiesAndDisplayList(node);
87 TestUtils::recordNode(*node, [](TestCanvas& canvas) {});
89 TestUtils::syncHierarchyPropertiesAndDisplayList(node);