Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Dwindow.cc468 const aura::Window* ancestor_with_layer = in GetTargetBounds() local
470 if (!ancestor_with_layer) in GetTargetBounds()
529 aura::Window* ancestor_with_layer = GetAncestorWithLayer(&offset); in AddChild() local
533 if (ancestor_with_layer) { in AddChild()
535 child->ReparentLayers(ancestor_with_layer->layer(), offset); in AddChild()
893 const aura::Window* ancestor_with_layer = in SetBoundsInternal() local
895 if (ancestor_with_layer) in SetBoundsInternal()
1132 Window* ancestor_with_layer = GetAncestorWithLayer(NULL); in StackChildLayerRelativeTo() local
1134 ancestor_with_layer ? ancestor_with_layer->layer() : NULL; in StackChildLayerRelativeTo()
1315 aura::Window* ancestor_with_layer = in OnWindowBoundsChanged() local
[all …]