Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h22 enum class IMFAdapterTextInputType : int32_t { enum
189 virtual void ShowCurrentInput(const IMFAdapterTextInputType& inputType) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.h34 void ShowCurrentInput(const OHOS::NWeb::IMFAdapterTextInputType& inputType) override;
H A Dark_imfadapter_wrapper.cpp52 void ArkIMFAdapterWrapper::ShowCurrentInput(const OHOS::NWeb::IMFAdapterTextInputType& inputType) in ShowCurrentInput()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp56 real_->ShowCurrentInput((OHOS::NWeb::IMFAdapterTextInputType)inputType); in ShowCurrentInput()
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h106 void ShowCurrentInput(const IMFAdapterTextInputType& inputType) override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp327 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT);
328 g_imf->ShowCurrentInput(IMFAdapterTextInputType::NUMBER);
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp337 void IMFAdapterImpl::ShowCurrentInput(const IMFAdapterTextInputType& inputType) in ShowCurrentInput()
340 if (inputType == IMFAdapterTextInputType::NUMBER) { in ShowCurrentInput()