HomeSort by relevance Sort by last modified time
    Searched refs:LayerIteratorType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/layers/
layer_iterator.h 21 // typedef LayerIterator<Layer> LayerIteratorType;
23 // LayerIteratorType end =
24 // LayerIteratorType::End(&render_surface_layer_list);
25 // for (LayerIteratorType
26 // it = LayerIteratorType::Begin(&render_surface_layer_list);
105 typedef LayerIterator<LayerType> LayerIteratorType;
113 static LayerIteratorType Begin(
115 return LayerIteratorType(render_surface_layer_list, true);
117 static LayerIteratorType End(
119 return LayerIteratorType(render_surface_layer_list, false)
    [all...]
  /external/chromium_org/cc/debug/
debug_rect_history.cc 271 typedef LayerIterator<LayerImpl> LayerIteratorType;
272 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list);
273 for (LayerIteratorType it =
274 LayerIteratorType::Begin(&render_surface_layer_list);
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 519 typedef LayerIterator<LayerImpl> LayerIteratorType;
520 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_);
521 for (LayerIteratorType it =
522 LayerIteratorType::Begin(&render_surface_layer_list_);
845 typedef LayerIterator<LayerImpl> LayerIteratorType;
846 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_);
847 for (LayerIteratorType it =
848 LayerIteratorType::Begin(&render_surface_layer_list_)
    [all...]
layer_tree_host.cc 927 typedef LayerIterator<Layer> LayerIteratorType;
928 LayerIteratorType end = LayerIteratorType::End(&update_list);
929 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list);
    [all...]
layer_tree_host_impl.cc 744 typedef LayerIterator<LayerImpl> LayerIteratorType;
762 LayerIteratorType end =
763 LayerIteratorType::End(frame->render_surface_layer_list);
764 for (LayerIteratorType it =
765 LayerIteratorType::Begin(frame->render_surface_layer_list);
    [all...]

Completed in 73 milliseconds