Lines Matching refs:boost

80                                      boost::bind<bool>(   in addView()
82 boost::bind( &ViewEntry::getView, _1 ), in addView()
83 boost::cref( rNewView )))) != aEnd ) in addView()
113 boost::bind<bool>( in removeView()
115 boost::bind( &ViewEntry::getView, _1 ), in removeView()
116 boost::cref( rView )))) == aEnd ) in removeView()
124 boost::bind<bool>( in removeView()
126 boost::bind( &ViewEntry::getView, _1 ), in removeView()
127 boost::cref( rView ))) == 1, in removeView()
142 boost::bind<bool>( in viewChanged()
144 boost::bind( &ViewEntry::getView, _1 ), in viewChanged()
145 boost::cref( rChangedView )))) != in viewChanged()
163 boost::bind( &ViewLayer::resize, in viewsChanged()
164 boost::bind( &ViewEntry::getViewLayer, in viewsChanged()
166 boost::cref(maBounds))); in viewsChanged()
176 boost::bind(&Shape::addViewLayer, in setShapeViews()
177 boost::cref(rShape), in setShapeViews()
178 boost::bind(&ViewEntry::getViewLayer, in setShapeViews()
189 boost::bind( &ViewLayer::setPriority, in setPriority()
190 boost::bind( &ViewEntry::getViewLayer, in setPriority()
192 boost::cref(rPrioRange))); in setPriority()
230 boost::bind( &ViewLayer::resize, in commitBounds()
231 boost::bind( &ViewEntry::getViewLayer, in commitBounds()
233 boost::cref(maBounds)) ) == 0 ) in commitBounds()
255 boost::bind( in clearContent()
257 boost::bind( in clearContent()
266 class LayerEndUpdate : private boost::noncopyable
300 boost::bind( in beginUpdate()
302 boost::bind( in beginUpdate()
305 boost::cref(aClip))); in beginUpdate()
310 boost::bind( in beginUpdate()
312 boost::bind( in beginUpdate()
332 boost::bind( in endUpdate()
334 boost::bind( in endUpdate()
337 boost::cref(aEmptyClip))); in endUpdate()