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

  /external/chromium_org/ash/shelf/
shelf_widget.cc 327 ui::Layer* opaque_background() { return &opaque_background_; }
386 ui::Layer opaque_background_; member in class:ash::ShelfWidget::DelegateView
401 opaque_background_(ui::LAYER_SOLID_COLOR),
405 opaque_background_.SetColor(SK_ColorBLACK);
406 opaque_background_.SetBounds(GetLocalBounds());
407 opaque_background_.SetOpacity(0.0f);
452 layer->Add(&opaque_background_);
558 parent_layer->StackAtBottom(&opaque_background_);
562 opaque_background_.SetBounds(GetLocalBounds());
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 65 opaque_background_(ui::LAYER_SOLID_COLOR),
74 opaque_background_.SetBounds(gfx::Rect(bounds.size()));
148 opaque_background_.SetColor(SK_ColorBLACK);
149 opaque_background_.SetBounds(gfx::Rect(GetWindowBoundsInScreen().size()));
150 opaque_background_.SetOpacity(0.0f);
151 GetNativeWindow()->layer()->Add(&opaque_background_);
176 opaque_background_.GetAnimator()));
180 opaque_background_.SetOpacity(target_opacity);
200 ui::Layer opaque_background_; member in class:ash::DockedBackgroundWidget
    [all...]

Completed in 41 milliseconds