Home
last modified time | relevance | path

Searched defs:GetTextIndexAtCursorContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_text_input_client_engine.h250 struct GetTextIndexAtCursorContext : public AsyncCall::Context { struct
253 GetTextIndexAtCursorContext() : Context(nullptr, nullptr){}; in GetTextIndexAtCursorContext() argument
254 GetTextIndexAtCursorContext(InputAction input, OutputAction output) in GetTextIndexAtCursorContext() argument
257 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
262 napi_status operator()(napi_env env, napi_value *result) override in operator()