Searched refs:GetAncestorWithLayer (Results 1 – 2 of 2) sorted by relevance
537 Window* GetAncestorWithLayer(gfx::Vector2d* offset) { in GetAncestorWithLayer() function539 const_cast<const Window*>(this)->GetAncestorWithLayer(offset)); in GetAncestorWithLayer()541 const Window* GetAncestorWithLayer(gfx::Vector2d* offset) const;
502 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