Searched refs:pTopmostParent (Results 1 – 2 of 2) sorted by relevance
1432 Window *pTopmostParent = this; in ImplGetTopmostFrameWindow() local1433 while( pTopmostParent->ImplGetParent() ) in ImplGetTopmostFrameWindow()1434 pTopmostParent = pTopmostParent->ImplGetParent(); in ImplGetTopmostFrameWindow()1435 return pTopmostParent->mpWindowImpl->mpFrameWindow; in ImplGetTopmostFrameWindow()
619 Window *pTopmostParent = this; in IMPL_LINK() local620 while(pTopmostParent->GetParent()) in IMPL_LINK()621 pTopmostParent = pTopmostParent->GetParent(); in IMPL_LINK()622 ::Rectangle aRect(GetClientWindowExtentsRelative(pTopmostParent)); in IMPL_LINK()
Completed in 88 milliseconds