Home
last modified time | relevance | path

Searched refs:children_copy (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow.cc341 std::vector<ui::Layer*> children_copy = old_layer->children(); in RecreateLayer() local
342 for (std::vector<ui::Layer*>::const_iterator it = children_copy.begin(); in RecreateLayer()
343 it != children_copy.end(); in RecreateLayer()