Home | History | Annotate | Download | only in widget

Lines Matching defs:GetInputMethod

715 InputMethod* Widget::GetInputMethod() {
717 const_cast<const Widget*>(this)->GetInputMethod());
720 const InputMethod* Widget::GetInputMethod() const {
732 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL;