Searched refs:GetRootLayers (Results 1 – 4 of 4) sorted by relevance
132 virtual const std::vector<ui::Layer*>& GetRootLayers() = 0;
741 virtual const std::vector<ui::Layer*>& GetRootLayers() OVERRIDE;
733 const Layers& root_layers(delegate_->GetRootLayers()); in ShouldDescendIntoChildForEventHandling()
1267 const std::vector<ui::Layer*>& Widget::GetRootLayers() { in GetRootLayers() function in views::Widget