Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Dwindow.h537 Window* GetAncestorWithLayer(gfx::Vector2d* offset) { in GetAncestorWithLayer() function
539 const_cast<const Window*>(this)->GetAncestorWithLayer(offset)); in GetAncestorWithLayer()
541 const Window* GetAncestorWithLayer(gfx::Vector2d* offset) const;
Dwindow.cc502 parent_->GetAncestorWithLayer(&offset); in GetTargetBounds()
562 aura::Window* ancestor_with_layer = GetAncestorWithLayer(&offset); in AddChild()
663 source = source->GetAncestorWithLayer(&offset_to_layer); in ConvertPointToTarget()
668 target = target->GetAncestorWithLayer(&offset_to_layer); in ConvertPointToTarget()
956 parent_->GetAncestorWithLayer(&offset); in SetBoundsInternal()
1093 GetAncestorWithLayer(&offset); in RemoveChildImpl()
1268 Window* ancestor_with_layer = GetAncestorWithLayer(NULL); in StackChildLayerRelativeTo()
1453 parent_->GetAncestorWithLayer(&offset); in OnWindowBoundsChanged()
1555 const Window* Window::GetAncestorWithLayer(gfx::Vector2d* offset) const { in GetAncestorWithLayer() function in aura::Window