Lines Matching refs:boost
137 ::boost::bind( in implViewsChanged()
140 ::boost::cref( aBounds ) ) ); in implViewsChanged()
169 ::boost::bind<bool>( in removeViewLayer()
171 ::boost::bind( &ViewMediaShape::getViewLayer, _1 ), in removeViewLayer()
172 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
179 ::boost::bind<bool>( in removeViewLayer()
181 ::boost::bind( &ViewMediaShape::getViewLayer, in removeViewLayer()
183 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
210 ::boost::bind<bool>( in implRender()
211 ::boost::mem_fn( &ViewMediaShape::render ), in implRender()
213 ::boost::cref( rCurrBounds ) ) ) in implRender()
230 ::boost::mem_fn( &ViewMediaShape::startMedia ) ); in implStartIntrinsicAnimation()
243 ::boost::mem_fn( &ViewMediaShape::endMedia ) ); in implEndIntrinsicAnimation()
256 ::boost::mem_fn( &ViewMediaShape::pauseMedia ) ); in implPauseIntrinsicAnimation()
276 ::boost::bind( &ViewMediaShape::setMediaTime, in implSetIntrinsicAnimationTime()
277 _1, boost::cref(fTime)) ); in implSetIntrinsicAnimationTime()
287 boost::shared_ptr< MediaShape > pMediaShape( in createMediaShape()