Home
last modified time | relevance | path

Searched refs:NEW_LINE (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h48 NEW_LINE, member in OHOS::NWeb::IMFAdapterEnterKeyType
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp178 enum { NEW_LINE = 16 }; in PrintOne() enumerator
180 if (i % NEW_LINE == 0) { in PrintOne()
182 } else if (i % NEW_LINE == NEW_LINE - 1) { in PrintOne()
188 if (one.size() % NEW_LINE != 0) { in PrintOne()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp108 case MiscServices::EnterKeyType::NEW_LINE: in SendFunctionKey()
109 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::NEW_LINE); in SendFunctionKey()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp321 case OHOS::MiscServices::EnterKeyType::NEW_LINE: in ConvertToCEnterKeyType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h42 NEW_LINE, member in OHOS::MiscServices::EnterKeyType
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp188 key.SetEnterKeyType(EnterKeyType::NEW_LINE); in HWTEST_F()
H A Dinput_method_controller_test.cpp1074 info.SetEnterKeyType(EnterKeyType::NEW_LINE); in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp414 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::NEW_LINE); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp64 "ENTER_KEY_TYPE_NEWLINE", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::NEW_LINE))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp132 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::NEW_LINE), &typeNewline)); in GetJsEnterKeyTypeProperty()

Completed in 11 milliseconds