Home | History | Annotate | Download | only in ime

Lines Matching refs:widget_

15 InputMethodBase::InputMethodBase() : delegate_(NULL), widget_(NULL) {}
29 DCHECK(!widget_) << "The input method is already initialized.";
31 widget_ = widget;
40 return widget_ ? widget_->GetFocusManager()->GetFocusedView() : NULL;
46 return (widget_ && widget_->IsActive() && GetFocusedView()) ?
64 return widget_ && widget_->IsActive() && view && GetFocusedView() == view;
95 if (GetFocusedView()->GetWidget() != widget_)
96 return Widget::ConvertRect(GetFocusedView()->GetWidget(), widget_, rect);
101 if (!widget_)
104 widget_->GetFocusManager()->RemoveFocusChangeListener(this);
105 widget_ = NULL;