Home | History | Annotate | Download | only in ui

Lines Matching refs:widget_

21       widget_(NULL) {
47 if (widget_ && widget_->GetFocusManager())
48 view = widget_->GetFocusManager()->GetFocusedView();
54 widget_->GetContentsView()->bounds()) {
102 if (widget_) {
103 widget_->RemoveObserver(this);
104 if (widget_->GetFocusManager())
105 widget_->GetFocusManager()->RemoveFocusChangeListener(this);
108 widget_ = widget;
110 if (widget_) {
111 widget_->AddObserver(this);
112 if (widget_->GetFocusManager())
113 widget_->GetFocusManager()->AddFocusChangeListener(this);
120 DCHECK_EQ(widget_, widget);
126 DCHECK_EQ(widget_, widget);
143 DCHECK_EQ(focused_now, widget_->GetFocusManager()->GetFocusedView());