Searched refs:mbIsInserted (Results 1 – 1 of 1) sorted by relevance
149 bool mbIsInserted; member in toolkit::MutableTreeNode216 xOldImpl->mbIsInserted = false; in setRoot()220 if( !xImpl.is() || xImpl->mbIsInserted ) in setRoot()223 xImpl->mbIsInserted = true; in setRoot()324 , mbIsInserted( false ) in MutableTreeNode()404 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in appendChild()409 xImpl->mbIsInserted = true; in appendChild()425 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in insertChildByIndex()428 xImpl->mbIsInserted = true; in insertChildByIndex()465 xImpl->mbIsInserted = false; in removeChildByIndex()
Completed in 16 milliseconds