HomeSort by relevance Sort by last modified time
    Searched refs:bottom_layer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/
resize_shadow.cc 69 InitLayer(image_grid_->bottom_layer());
95 ShowLayer(image_grid_->bottom_layer(),
  /external/chromium_org/ui/wm/core/
image_grid_unittest.cc 52 ASSERT_TRUE(grid.bottom_layer() != NULL);
109 *grid.bottom_layer()).ToString());
169 EXPECT_TRUE(grid.bottom_layer() == NULL);
202 ASSERT_TRUE(grid.bottom_layer() == NULL);
217 ASSERT_FALSE(grid.bottom_layer() == NULL);
302 EXPECT_FALSE(grid.bottom_layer()->visible());
328 EXPECT_TRUE(grid.bottom_layer()->visible());
image_grid.h 106 ui::Layer* bottom_layer() const { return bottom_layer_.get(); } function in class:wm::ImageGrid

Completed in 176 milliseconds