Home
last modified time | relevance | path

Searched refs:GetRootLayers (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/views/widget/
Dnative_widget_delegate.h132 virtual const std::vector<ui::Layer*>& GetRootLayers() = 0;
Dwidget.h741 virtual const std::vector<ui::Layer*>& GetRootLayers() OVERRIDE;
Dnative_widget_aura.cc733 const Layers& root_layers(delegate_->GetRootLayers()); in ShouldDescendIntoChildForEventHandling()
Dwidget.cc1267 const std::vector<ui::Layer*>& Widget::GetRootLayers() { in GetRootLayers() function in views::Widget