Home
last modified time | relevance | path

Searched refs:LAYER_SOLID_COLOR (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_type.h19 LAYER_SOLID_COLOR = 2, enumerator
Ddebug_utils.cc53 case ui::LAYER_SOLID_COLOR: in PrintLayerHierarchyImp()
Dlayer.cc557 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()
/external/chromium_org/ash/display/
Doutput_configurator_animation.cc122 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()
/external/chromium_org/ash/wm/
Dsystem_background_controller.cc18 layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) { in SystemBackgroundController()
Dscreen_dimmer.cc43 dimming_layer_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR)); in SetDimming()
/external/chromium_org/ash/system/tray/
Dsystem_tray_bubble.cc183 ui::Layer* shadow = new ui::Layer(ui::LAYER_SOLID_COLOR); in UpdateView()
/external/chromium_org/content/browser/web_contents/aura/
Dwindow_slider_unittest.cc94 ui::Layer* layer = new ui::Layer(ui::LAYER_SOLID_COLOR); in CreateLayerForTest()
/external/chromium_org/ash/shelf/
Dshelf_widget.cc325 opaque_background_(ui::LAYER_SOLID_COLOR), in DelegateView()
/external/chromium_org/ui/aura/
Dwindow.cc50 case ui::LAYER_SOLID_COLOR: in UILayerTypeToWindowLayerType()
66 return ui::LAYER_SOLID_COLOR; in WindowLayerTypeToUILayerType()
Dwindow_unittest.cc1990 w.Init(ui::LAYER_SOLID_COLOR); in TEST_F()
2003 EXPECT_EQ(ui::LAYER_SOLID_COLOR, layer->type()); in TEST_F()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc64 opaque_background_(ui::LAYER_SOLID_COLOR) { in DockedBackgroundWidget()