Home | History | Annotate | Download | only in views

Lines Matching defs:GetInputMethod

1098 InputMethod* View::GetInputMethod() {
1100 return widget ? widget->GetInputMethod() : NULL;
1103 const InputMethod* View::GetInputMethod() const {
1105 return widget ? widget->GetInputMethod() : NULL;