Home | History | Annotate | Download | only in trees

Lines Matching refs:LayerIteratorType

927   typedef LayerIterator<Layer> LayerIteratorType;
928 LayerIteratorType end = LayerIteratorType::End(&update_list);
929 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list);
1029 typedef LayerIterator<Layer> LayerIteratorType;
1030 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list);
1031 for (LayerIteratorType it =
1032 LayerIteratorType::Begin(&render_surface_layer_list);