Searched refs:opaque_background_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc251 ui::Layer* opaque_background() { return &opaque_background_; }
303 ui::Layer opaque_background_; member in class:ash::ShelfWidget::DelegateView
318 opaque_background_(ui::LAYER_SOLID_COLOR),
322 opaque_background_.SetColor(SK_ColorBLACK);
323 opaque_background_.SetBounds(GetLocalBounds());
324 opaque_background_.SetOpacity(0.0f);
368 layer->Add(&opaque_background_);
428 parent_layer->StackAtBottom(&opaque_background_);
432 opaque_background_.SetBounds(GetLocalBounds());

Completed in 49 milliseconds