Searched refs:LAYER_SOLID_COLOR (Results 1 - 14 of 14) sorted by path

/external/chromium_org/ash/display/
H A Ddisplay_configurator_animation.cc122 ui::Layer* hiding_layer = new ui::Layer(ui::LAYER_SOLID_COLOR);
181 hiding_layer = new ui::Layer(ui::LAYER_SOLID_COLOR);
/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc407 opaque_background_(ui::LAYER_SOLID_COLOR),
408 opaque_foreground_(ui::LAYER_SOLID_COLOR),
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.cc181 ui::Layer* shadow = new ui::Layer(ui::LAYER_SOLID_COLOR);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc65 opaque_background_(ui::LAYER_SOLID_COLOR),
/external/chromium_org/ash/wm/
H A Dscreen_dimmer.cc41 dimming_layer_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR));
H A Dsystem_background_controller.cc17 layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) {
/external/chromium_org/athena/content/
H A Dweb_activity.cc365 progress_bar_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR));
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider_unittest.cc124 ui::Layer* layer = new ui::Layer(ui::LAYER_SOLID_COLOR);
/external/chromium_org/ui/aura/
H A Dwindow.cc51 return ui::LAYER_SOLID_COLOR;
H A Dwindow_unittest.cc1958 EXPECT_EQ(ui::LAYER_SOLID_COLOR, layer->type());
/external/chromium_org/ui/compositor/
H A Ddebug_utils.cc55 case ui::LAYER_SOLID_COLOR:
H A Dlayer.cc627 if (type_ == LAYER_SOLID_COLOR ||
872 DCHECK_EQ(type_, LAYER_SOLID_COLOR);
908 // been configured as LAYER_SOLID_COLOR.
977 if (type_ == LAYER_SOLID_COLOR) {
H A Dlayer_type.h19 LAYER_SOLID_COLOR = 2, enumerator in enum:ui::LayerType
H A Dlayer_unittest.cc1596 scoped_ptr<Layer> root(CreateLayer(LAYER_SOLID_COLOR));

Completed in 362 milliseconds