Lines Matching refs:boost
159 ::boost::bind( in implViewsChanged()
162 ::boost::cref( AppletShape::getBounds())) ); in implViewsChanged()
202 ::boost::bind<bool>( in removeViewLayer()
204 ::boost::bind( &ViewAppletShape::getViewLayer, _1 ), in removeViewLayer()
205 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
212 ::boost::bind<bool>( in removeViewLayer()
214 ::boost::bind( &ViewAppletShape::getViewLayer, in removeViewLayer()
216 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
243 ::boost::bind<bool>( in implRender()
244 ::boost::mem_fn( &ViewAppletShape::render ), in implRender()
246 ::boost::cref( rCurrBounds ) ) ) in implRender()
263 ::boost::bind( &ViewAppletShape::startApplet, in implStartIntrinsicAnimation()
265 ::boost::cref( getBounds() ))); in implStartIntrinsicAnimation()
277 ::boost::mem_fn( &ViewAppletShape::endApplet ) ); in implEndIntrinsicAnimation()
307 boost::shared_ptr<Shape> createAppletShape( in createAppletShape()
315 boost::shared_ptr< AppletShape > pAppletShape( in createAppletShape()