Searched refs:LayerIteratorType (Results 1 – 7 of 7) sorted by relevance
45 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef109 LayerIteratorType* it, in AppendQuads()157 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()197 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()237 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()277 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()318 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()384 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()435 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()476 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()[all …]
411 LayerIteratorActions::FrontToBack> LayerIteratorType; in UpdateDrawProperties() typedef412 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in UpdateDrawProperties()413 for (LayerIteratorType it = in UpdateDrawProperties()414 LayerIteratorType::Begin(&render_surface_layer_list_); in UpdateDrawProperties()649 LayerIteratorActions::FrontToBack> LayerIteratorType; in AsValue() typedef650 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in AsValue()651 for (LayerIteratorType it = LayerIteratorType::Begin( in AsValue()
907 LayerIteratorActions::FrontToBack> LayerIteratorType; in SetPrioritiesForLayers() typedef910 LayerIteratorType end = LayerIteratorType::End(&update_list); in SetPrioritiesForLayers()911 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list); in SetPrioritiesForLayers()1011 LayerIteratorActions::FrontToBack> LayerIteratorType; in PaintLayerContents() typedef1027 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in PaintLayerContents()1028 for (LayerIteratorType it = in PaintLayerContents()1029 LayerIteratorType::Begin(&render_surface_layer_list); in PaintLayerContents()
2345 LayerIteratorActions::FrontToBack> LayerIteratorType; in FindLayerThatIsHitByPoint() typedef2346 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in FindLayerThatIsHitByPoint()2348 for (LayerIteratorType in FindLayerThatIsHitByPoint()2349 it = LayerIteratorType::Begin(&render_surface_layer_list); in FindLayerThatIsHitByPoint()
773 LayerIteratorActions::FrontToBack> LayerIteratorType; in CalculateRenderPasses() typedef788 LayerIteratorType end = in CalculateRenderPasses()789 LayerIteratorType::End(frame->render_surface_layer_list); in CalculateRenderPasses()790 for (LayerIteratorType it = in CalculateRenderPasses()791 LayerIteratorType::Begin(frame->render_surface_layer_list); in CalculateRenderPasses()
116 IteratorActionType> LayerIteratorType; typedef121 static LayerIteratorType Begin(const LayerList* render_surface_layer_list) { in Begin()122 return LayerIteratorType(render_surface_layer_list, true); in Begin()124 static LayerIteratorType End(const LayerList* render_surface_layer_list) { in End()125 return LayerIteratorType(render_surface_layer_list, false); in End()128 LayerIteratorType& operator++() {137 bool operator!=(const LayerIteratorType& other) const {
243 LayerIteratorActions::FrontToBack> LayerIteratorType; in SaveLayerAnimationBoundsRects() typedef244 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in SaveLayerAnimationBoundsRects()245 for (LayerIteratorType it = in SaveLayerAnimationBoundsRects()246 LayerIteratorType::Begin(&render_surface_layer_list); in SaveLayerAnimationBoundsRects()