Home
last modified time | relevance | path

Searched refs:GetTextIndexAtCursorContext (Results 1 – 2 of 2) 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() function
H A Djs_text_input_client_engine.cpp733 auto ctxt = std::make_shared<GetTextIndexAtCursorContext>(); in GetTextIndexAtCursor()