Home | History | Annotate | Download | only in maximize_mode

Lines Matching refs:background_

27     : background_(NULL),
30 background_ = new views::Widget;
39 background_->Init(params);
43 background_->GetNativeView(),
45 background_->GetNativeView()->SetName("WorkspaceBackdropDelegate");
46 background_->GetNativeView()->layer()->SetColor(SK_ColorBLACK);
48 background_->GetNativeView()->layer()->SetBounds(params.bounds);
57 background_->GetNativeView());
58 background_->Close();
59 background_->GetNativeView()->layer()->SetOpacity(0.0f);
106 background_->Hide();
109 if (window == background_->GetNativeWindow() &&
110 background_->IsVisible()) {
115 if (!background_->IsVisible())
120 container_->StackChildAbove(background_->GetNativeView(), window);
121 container_->StackChildAbove(window, background_->GetNativeView());
141 if (target_rect != background_->GetNativeWindow()->bounds()) {
144 background_->GetNativeView()->layer()->GetAnimator());
146 background_->GetNativeWindow()->SetBounds(target_rect);
147 if (!background_->IsVisible())
148 background_->GetNativeView()->layer()->SetOpacity(kBackdropOpacity);
153 background_->GetNativeView()->layer()->SetOpacity(0.0f);
154 background_->Show();
156 background_->GetNativeView()->layer()->GetAnimator());
157 background_->GetNativeView()->layer()->SetOpacity(kBackdropOpacity);