Searched refs:pFrameParent (Results 1 – 2 of 2) sorted by relevance
771 Window* pFrameParent = ImplGetFrameWindow()->ImplGetParent(); in EndDialog() local773 if( ( !pFrameParent && !pPrevFrameParent ) || in EndDialog()774 …( pFrameParent && pPrevFrameParent && pFrameParent->ImplGetFrame() == pPrevFrameParent->ImplGetFra… in EndDialog()
1047 Window* pFrameParent = pParent->mpWindowImpl->mpFrameWindow; in ImplInsertWindow() local1048 mpWindowImpl->mpFrameData = pFrameParent->mpWindowImpl->mpFrameData; in ImplInsertWindow()1049 mpWindowImpl->mpFrame = pFrameParent->mpWindowImpl->mpFrame; in ImplInsertWindow()1050 mpWindowImpl->mpFrameWindow = pFrameParent; in ImplInsertWindow()
Completed in 51 milliseconds