Lines Matching refs:GetWindow
308 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in SearchAllWin()
360 if ( pBase->GetWindow( WINDOW_FIRSTOVERLAP ) ) in SearchAllWin()
361 pResult = SearchAllWin( pBase->GetWindow( WINDOW_FIRSTOVERLAP ), aSearch ); in SearchAllWin()
363 if ( !pResult && pBase->GetWindow( WINDOW_NEXT ) ) in SearchAllWin()
364 pResult = SearchAllWin( pBase->GetWindow( WINDOW_NEXT ), aSearch ); in SearchAllWin()
553 if ( pBaseMenu->GetWindow() == pWin ) in GetMatchingMenu()
563 if ( pPopup && pPopup->GetWindow() ) in GetMatchingMenu()
565 if ( pPopup->GetWindow() == pWin ) in GetMatchingMenu()
658 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in GetFadeSplitWin()
669 Window *pBaseFrame = pBase->GetWindow( WINDOW_OVERLAP ); in GetMouseWin()
786 …tFirstDocFrame() || ( GetFirstDocFrame() && pWin == GetFirstDocFrame()->GetWindow( WINDOW_CLIENT )… in IsFirstDocFrame()
875 Window *pBaseFrame = pBase->GetWindow( WINDOW_OVERLAP ); in Tree()
891 if ( pBase->GetWindow( WINDOW_FIRSTOVERLAP ) ) in Tree()
894 aReturn += Tree( pBase->GetWindow( WINDOW_FIRSTOVERLAP ), Indent+1 ); in Tree()
897 if ( pBase->GetWindow( WINDOW_NEXT ) ) in Tree()
900 aReturn += Tree( pBase->GetWindow( WINDOW_NEXT ), Indent ); in Tree()