Home
last modified time | relevance | path

Searched refs:pChildImpl (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow4.cxx123 vcl::ExtWindowImpl* pChildImpl = i_pWin->ImplGetExtWindowImpl(); in addWindow() local
124 if( pChildImpl ) in addWindow()
127 pChildImpl->mbOwnedByParent = i_bTakeOwnership; in addWindow()
140 vcl::ExtWindowImpl* pChildImpl = i_pWin->ImplGetExtWindowImpl(); in removeWindow() local
141 if( pChildImpl ) in removeWindow()
144 pChildImpl->mbOwnedByParent = false; in removeWindow()

Completed in 8 milliseconds