Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp123 napi_value typeNewline = nullptr; in GetJsEnterKeyTypeProperty() local
132 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::NEW_LINE), &typeNewline)); in GetJsEnterKeyTypeProperty()
142 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "NEWLINE", typeNewline)); in GetJsEnterKeyTypeProperty()