Searched refs:CUT (Results 1 - 5 of 5) sorted by relevance
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 351 case static_cast<int32_t>(OHOS::MiscServices::ExtendAction::CUT): in ConvertToCExtendAction()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 77 CUT = 3, member in OHOS::MiscServices::ExtendAction
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 222 listener.HandleExtendAction(static_cast<int32_t>(OHOS::MiscServices::ExtendAction::CUT)); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 177 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 D | js_get_input_method_controller.cpp | 210 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