Searched refs:testChild (Results 1 – 2 of 2) sorted by relevance
193 int testChild; member269 if(!ptestRW->testChild) in TestRedrawWindow()272 if (ptestRW->testChild) in TestRedrawWindow()312 if (ptestRW->testChild) in TestRedrawWindow()319 if (ptestRW->testChild) in TestRedrawWindow()459 testRW.testChild = FALSE; in FlagsRedrawWindowTest()479 testRW.testChild = FALSE; in FlagsRedrawWindowTest()499 testRW.testChild = FALSE; in FlagsRedrawWindowTest()519 testRW.testChild = FALSE; in FlagsRedrawWindowTest()540 testRW.testChild = FALSE; in FlagsRedrawWindowTest()[all …]
12073 PPHYSICAL_DEVICE_EXTENSION testChild; local12075 for (testChild = Parent->CommonExtension.ChildList;12076 testChild != NULL;12077 testChild = testChild->CommonExtension.ChildList) {12079 NT_ASSERT(testChild != Child);