Searched refs:pChildImpl (Results 1 – 1 of 1) sorted by relevance
123 vcl::ExtWindowImpl* pChildImpl = i_pWin->ImplGetExtWindowImpl(); in addWindow() local124 if( pChildImpl ) in addWindow()127 pChildImpl->mbOwnedByParent = i_bTakeOwnership; in addWindow()140 vcl::ExtWindowImpl* pChildImpl = i_pWin->ImplGetExtWindowImpl(); in removeWindow() local141 if( pChildImpl ) in removeWindow()144 pChildImpl->mbOwnedByParent = false; in removeWindow()
Completed in 8 milliseconds