Home
last modified time | relevance | path

Searched refs:CUT (Results 1 - 5 of 5) sorted by relevance

/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp351 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::CUT): in ConvertToCExtendAction()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h77 CUT = 3, member in OHOS::MiscServices::ExtendAction
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp222 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::CUT)); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp177 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::CUT), &actionCut)); in GetJsExtendActionProperty()
182 NAPI_CALL(env, napi_set_named_property(env, action, "CUT", actionCut)); in GetJsExtendActionProperty()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp210 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(ExtendAction::CUT), &actionCut)); in GetJsExtendActionProperty()
215 NAPI_CALL(env, napi_set_named_property(env, action, "CUT", actionCut)); in GetJsExtendActionProperty()

Completed in 5 milliseconds