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

  /external/chromium_org/cc/layers/
layer_iterator.h 21 // typedef LayerIterator<Layer> LayerIteratorType;
73 // LayerIterator::Begin() and LayerIterator::End() and passing in the
104 class LayerIterator {
105 typedef LayerIterator<LayerType> LayerIteratorType;
111 LayerIterator() : render_surface_layer_list_(NULL) {}
126 bool operator==(const LayerIterator& other) const {
167 LayerIterator(const RenderSurfaceLayerList* render_surface_layer_list,
render_surface.h 23 class LayerIterator;
119 friend class LayerIterator<Layer>;
render_surface_impl.h 31 class LayerIterator;
180 friend class LayerIterator<LayerImpl>;
layer_iterator_unittest.cc 52 typedef LayerIterator<Layer> FrontToBack;
  /external/chromium_org/cc/trees/
occlusion_tracker_perftest.cc 96 LayerIterator<LayerImpl> begin = LayerIterator<LayerImpl>::Begin(&rsll);
97 LayerIterator<LayerImpl> end = LayerIterator<LayerImpl>::End(&rsll);
168 LayerIterator<LayerImpl> begin = LayerIterator<LayerImpl>::Begin(&rsll);
169 LayerIterator<LayerImpl> end = LayerIterator<LayerImpl>::End(&rsll);
layer_tree_impl.cc 516 // LayerIterator is used here instead of CallFunctionForSubtree to only
519 typedef LayerIterator<LayerImpl> LayerIteratorType;
845 typedef LayerIterator<LayerImpl> LayerIteratorType;
867 typedef LayerIterator<LayerImpl> LayerIteratorType;
    [all...]
layer_tree_host.cc 927 typedef LayerIterator<Layer> LayerIteratorType;
    [all...]
occlusion_tracker_unittest.cc 116 typedef LayerIterator<Layer> TestLayerIterator;
148 typedef LayerIterator<LayerImpl> TestLayerIterator;
    [all...]
layer_tree_host_impl.cc 744 typedef LayerIterator<LayerImpl> LayerIteratorType;
    [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/debug/
debug_rect_history.cc 271 typedef LayerIterator<LayerImpl> LayerIteratorType;

Completed in 486 milliseconds