Searched refs:LAYER_SOLID_COLOR (Results 1 – 12 of 12) sorted by relevance
19 LAYER_SOLID_COLOR = 2, enumerator
53 case ui::LAYER_SOLID_COLOR: in PrintLayerHierarchyImp()
557 if (type_ == LAYER_SOLID_COLOR || (!delegate_ && !texture_.get())) in SchedulePaint()777 DCHECK_EQ(type_, LAYER_SOLID_COLOR); in SetColorImmediately()905 if (type_ == LAYER_SOLID_COLOR) { in CreateWebLayer()
122 ui::Layer* hiding_layer = new ui::Layer(ui::LAYER_SOLID_COLOR); in StartFadeOutAnimation()181 hiding_layer = new ui::Layer(ui::LAYER_SOLID_COLOR); in StartFadeInAnimation()
18 layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) { in SystemBackgroundController()
43 dimming_layer_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR)); in SetDimming()
183 ui::Layer* shadow = new ui::Layer(ui::LAYER_SOLID_COLOR); in UpdateView()
94 ui::Layer* layer = new ui::Layer(ui::LAYER_SOLID_COLOR); in CreateLayerForTest()
325 opaque_background_(ui::LAYER_SOLID_COLOR), in DelegateView()
50 case ui::LAYER_SOLID_COLOR: in UILayerTypeToWindowLayerType()66 return ui::LAYER_SOLID_COLOR; in WindowLayerTypeToUILayerType()
1990 w.Init(ui::LAYER_SOLID_COLOR); in TEST_F()2003 EXPECT_EQ(ui::LAYER_SOLID_COLOR, layer->type()); in TEST_F()
64 opaque_background_(ui::LAYER_SOLID_COLOR) { in DockedBackgroundWidget()