Home | History | Annotate | Download | only in gestures

Lines Matching refs:widget_

21     : widget_(NULL),
30 widget_ = bubble->bubble_view()->GetWidget();
31 widget_->AddObserver(this);
33 gfx::Rect bounds = widget_->GetWindowBoundsInScreen();
37 widget_->SetBounds(bounds);
41 if (widget_)
42 widget_->RemoveObserver(this);
47 if (!widget_)
52 widget_->Close();
56 gfx::Rect bounds = widget_->GetWindowBoundsInScreen();
59 widget_->GetContentsView()->GetPreferredSize().height());
63 widget_->SetBounds(bounds);
68 if (!widget_)
71 widget_->RemoveObserver(this);
75 int height = widget_->GetWindowBoundsInScreen().height();
77 widget_->GetContentsView()->GetPreferredSize().height();
93 widget_->Close();
103 CHECK_EQ(widget_, widget);
104 widget_ = NULL;