Home | History | Annotate | Download | only in views

Lines Matching refs:GetInputMethod

1030 InputMethod* View::GetInputMethod() {
1032 return widget ? widget->GetInputMethod() : NULL;
1035 const InputMethod* View::GetInputMethod() const {
1037 return widget ? widget->GetInputMethod() : NULL;