Lines Matching refs:boost
136 ::boost::bind( in implViewsChanged()
139 ::boost::cref( getBounds())) ); in implViewsChanged()
168 ::boost::bind<bool>( in removeViewLayer()
170 ::boost::bind( &ViewMediaShape::getViewLayer, _1 ), in removeViewLayer()
171 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
178 ::boost::bind<bool>( in removeViewLayer()
180 ::boost::bind( &ViewMediaShape::getViewLayer, in removeViewLayer()
182 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
209 ::boost::bind<bool>( in implRender()
210 ::boost::mem_fn( &ViewMediaShape::render ), in implRender()
212 ::boost::cref( rCurrBounds ) ) ) in implRender()
229 ::boost::mem_fn( &ViewMediaShape::startMedia ) ); in implStartIntrinsicAnimation()
242 ::boost::mem_fn( &ViewMediaShape::endMedia ) ); in implEndIntrinsicAnimation()
255 ::boost::mem_fn( &ViewMediaShape::pauseMedia ) ); in implPauseIntrinsicAnimation()
275 ::boost::bind( &ViewMediaShape::setMediaTime, in implSetIntrinsicAnimationTime()
276 _1, boost::cref(fTime)) ); in implSetIntrinsicAnimationTime()
286 boost::shared_ptr< MediaShape > pMediaShape( in createMediaShape()