Searched defs:LayerIteratorType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_iterator.h26 // LayerIteratorType;
28 // LayerIteratorType end =
29 // LayerIteratorType::End(&render_surface_layer_list);
30 // for (LayerIteratorType
31 // it = LayerIteratorType::Begin(&render_surface_layer_list);
119 IteratorActionType> LayerIteratorType; typedef in class:cc::LayerIterator
124 static LayerIteratorType Begin(const LayerList* render_surface_layer_list) {
125 return LayerIteratorType(render_surface_layer_list, true);
127 static LayerIteratorType End(const LayerList* render_surface_layer_list) {
128 return LayerIteratorType(render_surface_layer_lis
[all...]
/external/chromium_org/cc/trees/
H A Dquad_culler_unittest.cc49 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef in namespace:cc::__anon4175
113 LayerIteratorType* it,
161 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list);
202 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list);
243 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list);
284 LayerIteratorType it = LayerIteratorType
[all...]
H A Dlayer_tree_impl.cc539 LayerIteratorActions::BackToFront> LayerIteratorType; typedef
540 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_);
541 for (LayerIteratorType it = LayerIteratorType::Begin(
H A Dlayer_tree_host.cc842 LayerIteratorActions::BackToFront> LayerIteratorType; typedef
845 LayerIteratorType end = LayerIteratorType::End(&update_list);
846 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list);
954 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef
970 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list);
971 for (LayerIteratorType it =
972 LayerIteratorType
[all...]
H A Dlayer_tree_host_common.cc1877 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef
1878 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list);
1880 for (LayerIteratorType
1881 it = LayerIteratorType::Begin(&render_surface_layer_list);
1923 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef
1924 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list);
1926 for (LayerIteratorType
1927 it = LayerIteratorType
[all...]
H A Dlayer_tree_host_impl.cc657 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef
672 LayerIteratorType end =
673 LayerIteratorType::End(frame->render_surface_layer_list);
674 for (LayerIteratorType it =
675 LayerIteratorType::Begin(frame->render_surface_layer_list);

Completed in 114 milliseconds