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

  /external/chromium_org/ui/compositor/
layer_type.h 19 LAYER_SOLID_COLOR = 2,
debug_utils.cc 55 case ui::LAYER_SOLID_COLOR:
layer.cc 627 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) {
layer_unittest.cc     [all...]
  /external/chromium_org/ash/wm/
system_background_controller.cc 17 layer_(new ui::Layer(ui::LAYER_SOLID_COLOR)) {
screen_dimmer.cc 41 dimming_layer_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR));
  /external/chromium_org/ash/display/
display_configurator_animation.cc 122 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/
shelf_widget.cc 407 opaque_background_(ui::LAYER_SOLID_COLOR),
408 opaque_foreground_(ui::LAYER_SOLID_COLOR),
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 181 ui::Layer* shadow = new ui::Layer(ui::LAYER_SOLID_COLOR);
  /external/chromium_org/athena/content/
web_activity.cc 365 progress_bar_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR));
  /external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc 124 ui::Layer* layer = new ui::Layer(ui::LAYER_SOLID_COLOR);
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 65 opaque_background_(ui::LAYER_SOLID_COLOR),
    [all...]
  /external/chromium_org/ui/aura/
window.cc 51 return ui::LAYER_SOLID_COLOR;
    [all...]
window_unittest.cc     [all...]

Completed in 3123 milliseconds