Home
last modified time | relevance | path

Searched refs:adapterFunction (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp84 std::shared_ptr<IMFAdapterFunctionKeyAdapterImpl> adapterFunction = in SendFunctionKey() local
88 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::UNSPECIFIED); in SendFunctionKey()
91 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NONE); in SendFunctionKey()
94 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::GO); in SendFunctionKey()
97 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEARCH); in SendFunctionKey()
100 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::SEND); in SendFunctionKey()
103 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEXT); in SendFunctionKey()
106 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::DONE); in SendFunctionKey()
109 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
112 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEW_LINE); in SendFunctionKey()
[all …]