Lines Matching refs:pGetChild
1419 Window* pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in DbgDialogTest() local
1423 if ( !pGetChild ) in DbgDialogTest()
1435 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in DbgDialogTest()
1436 while ( pGetChild ) in DbgDialogTest()
1438 pChild = pGetChild->ImplGetWindow(); in DbgDialogTest()
1449 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in DbgDialogTest()
1462 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in DbgDialogTest()
1463 while ( pGetChild ) in DbgDialogTest()
1465 pChild = pGetChild->ImplGetWindow(); in DbgDialogTest()
1590 Window* pTempChild = pGetChild->GetWindow( WINDOW_NEXT )->ImplGetWindow(); in DbgDialogTest()
1775 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in DbgDialogTest()