Searched refs:OwnsLayer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dwindow_test_api.cc15 bool WindowTestApi::OwnsLayer() const { function in class:aura::test::WindowTestApi
16 return window_->OwnsLayer();
H A Dwindow_test_api.h20 bool OwnsLayer() const;
/external/chromium_org/ui/compositor/
H A Dlayer_owner.h48 bool OwnsLayer() const;
H A Dlayer_owner.cc18 DCHECK(!OwnsLayer());
84 bool LayerOwner::OwnsLayer() const { function in class:ui::LayerOwner
/external/chromium_org/ui/aura/
H A Dwindow.cc1055 if (OwnsLayer()) {
H A Dwindow_unittest.cc1915 EXPECT_TRUE(window1_test_api.OwnsLayer());
1916 EXPECT_TRUE(window2_test_api.OwnsLayer());
1921 EXPECT_FALSE(window1_test_api.OwnsLayer());

Completed in 108 milliseconds