Home | History | Annotate | Download | only in desktop_background

Lines Matching refs:widget_

70     views::Widget* widget) : widget_(widget) {
71 DCHECK(widget_);
72 widget_->AddObserver(this);
76 if (widget_) {
77 widget_->RemoveObserver(this);
78 widget_->CloseNow();
79 widget_ = NULL;
85 widget_->RemoveObserver(this);
86 widget_ = NULL;
90 if (widget_)
91 widget_->SetBounds(bounds);
97 if (widget_) {
98 views::Widget::ReparentNativeView(widget_->GetNativeView(),
108 if (widget_) {
110 widget_->GetNativeView()->layer()->GetAnimator());
112 root_window_controller, widget_,
115 // When |widget_| shows, AnimateShowWindowCommon() is called to do the
119 widget_->Show();
120 widget_->GetNativeView()->SetName("DesktopBackgroundView");