Lines Matching refs:maChildren
49 maChildren(), in BaseContainerNode()
59 maChildren.clear(); in dispose()
68 maChildren.begin(), maChildren.end(), in init_st()
70 static_cast<VectorOfNodes::difference_type>(maChildren.size())); in init_st()
91 VectorOfNodes::const_iterator const iEnd( maChildren.end() ); in hasPendingAnimation()
93 maChildren.begin(), iEnd, in hasPendingAnimation()
106 maChildren.push_back( pNode ); in appendChildNode()
113 VectorOfNodes::const_iterator const iBegin( maChildren.begin() ); in isChildNode()
114 VectorOfNodes::const_iterator const iEnd( maChildren.end() ); in isChildNode()
135 std::size_t const nSize = maChildren.size(); in notifyDeactivatedChild()
154 for( std::size_t i=0; i<maChildren.size(); ++i ) in showState()
157 boost::dynamic_pointer_cast<BaseNode>(maChildren[i]); in showState()