Searched refs:LayerIteratorType (Results 1 – 5 of 5) sorted by relevance
105 typedef LayerIterator<LayerType> LayerIteratorType; typedef113 static LayerIteratorType Begin( in Begin()115 return LayerIteratorType(render_surface_layer_list, true); in Begin()117 static LayerIteratorType End( in End()119 return LayerIteratorType(render_surface_layer_list, false); in End()122 LayerIteratorType& operator++() {131 bool operator!=(const LayerIteratorType& other) const {
491 typedef LayerIterator<LayerImpl> LayerIteratorType; in UpdateDrawProperties() typedef492 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in UpdateDrawProperties()493 for (LayerIteratorType it = in UpdateDrawProperties()494 LayerIteratorType::Begin(&render_surface_layer_list_); in UpdateDrawProperties()794 typedef LayerIterator<LayerImpl> LayerIteratorType; in GetAllTilesForTracing() typedef795 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in GetAllTilesForTracing()796 for (LayerIteratorType it = in GetAllTilesForTracing()797 LayerIteratorType::Begin(&render_surface_layer_list_); in GetAllTilesForTracing()816 typedef LayerIterator<LayerImpl> LayerIteratorType; in AsValue() typedef817 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in AsValue()[all …]
879 typedef LayerIterator<Layer> LayerIteratorType; in SetPrioritiesForLayers() typedef880 LayerIteratorType end = LayerIteratorType::End(&update_list); in SetPrioritiesForLayers()881 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list); in SetPrioritiesForLayers()981 typedef LayerIterator<Layer> LayerIteratorType; in PaintLayerContents() typedef982 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in PaintLayerContents()983 for (LayerIteratorType it = in PaintLayerContents()984 LayerIteratorType::Begin(&render_surface_layer_list); in PaintLayerContents()
775 typedef LayerIterator<LayerImpl> LayerIteratorType; in CalculateRenderPasses() typedef790 LayerIteratorType end = in CalculateRenderPasses()791 LayerIteratorType::End(frame->render_surface_layer_list); in CalculateRenderPasses()792 for (LayerIteratorType it = in CalculateRenderPasses()793 LayerIteratorType::Begin(frame->render_surface_layer_list); in CalculateRenderPasses()
271 typedef LayerIterator<LayerImpl> LayerIteratorType; in SaveLayerAnimationBoundsRects() typedef272 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in SaveLayerAnimationBoundsRects()273 for (LayerIteratorType it = in SaveLayerAnimationBoundsRects()274 LayerIteratorType::Begin(&render_surface_layer_list); in SaveLayerAnimationBoundsRects()