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.cc501 const aura::Window* ancestor_with_layer = in GetTargetBounds() local
503 if (!ancestor_with_layer) in GetTargetBounds()
562 aura::Window* ancestor_with_layer = GetAncestorWithLayer(&offset); in AddChild() local
563 if (ancestor_with_layer) { in AddChild()
565 child->ReparentLayers(ancestor_with_layer->layer(), offset); in AddChild()
955 const aura::Window* ancestor_with_layer = in SetBoundsInternal() local
957 if (ancestor_with_layer) in SetBoundsInternal()
1268 Window* ancestor_with_layer = GetAncestorWithLayer(NULL); in StackChildLayerRelativeTo() local
1270 ancestor_with_layer ? ancestor_with_layer->layer() : NULL; in StackChildLayerRelativeTo()
1452 aura::Window* ancestor_with_layer = in OnWindowBoundsChanged() local
[all …]