Home | History | Annotate | Download | only in widget

Lines Matching defs:GetInputMethod

752 InputMethod* Widget::GetInputMethod() {
754 const_cast<const Widget*>(this)->GetInputMethod());
757 const InputMethod* Widget::GetInputMethod() const {
769 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL;