Lines Matching refs:GetChild
383 pResult = SearchClientWin( pBase->GetChild(i), aSearch ); in SearchClientWin()
599 if ( pParent->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in GetMatchingMenu()
600 pMenu = ((WorkWindow*)(pParent->GetChild( nCount )))->GetMenuBar(); in GetMatchingMenu()
688 if ( pResult->GetChild(i)->GetType() == nRT ) in GetFocus()
689 return pResult->GetChild(i); in GetFocus()
796 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in GetDocFrameMenuBar()
797 return ((WorkWindow*)(pWin->GetChild( nCount )))->GetMenuBar(); in GetDocFrameMenuBar()
816 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in IsDocFrame()
818 if ( pWin->GetChild( nCount )->GetType() == WINDOW_MENUBARWINDOW ) in IsDocFrame()
854 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in IsIMEWin()
857 if ( pWin->GetChild( nCount )->GetType() == WINDOW_WINDOW ) in IsIMEWin()
1012 aReturn += ClientTree(pBase->GetChild(i),Indent+1); in ClientTree()