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

/external/chromium_org/ui/aura/
H A Dwindow.h480 Window* GetAncestorWithLayer(gfx::Vector2d* offset) { function in class:aura::Window
482 const_cast<const Window*>(this)->GetAncestorWithLayer(offset));
484 const Window* GetAncestorWithLayer(gfx::Vector2d* offset) const;
H A Dwindow.cc477 parent_->GetAncestorWithLayer(&offset);
536 aura::Window* ancestor_with_layer = GetAncestorWithLayer(&offset);
620 source = source->GetAncestorWithLayer(&offset_to_layer);
625 target = target->GetAncestorWithLayer(&offset_to_layer);
905 parent_->GetAncestorWithLayer(&offset);
1033 GetAncestorWithLayer(&offset);
1143 Window* ancestor_with_layer = GetAncestorWithLayer(NULL);
1336 parent_->GetAncestorWithLayer(&offset);
1456 const Window* Window::GetAncestorWithLayer(gfx::Vector2d* offset) const { function in class:aura::Window

Completed in 696 milliseconds