Searched refs:GetTextIndexAtCursorSync (Results 1 – 2 of 2) sorted by relevance
386 static napi_value GetTextIndexAtCursorSync(napi_env env, napi_callback_info info);
59 DECLARE_NAPI_FUNCTION("getTextIndexAtCursorSync", GetTextIndexAtCursorSync), in Init()855 napi_value JsTextInputClientEngine::GetTextIndexAtCursorSync(napi_env env, napi_callback_info info) in GetTextIndexAtCursorSync() function in OHOS::MiscServices::JsTextInputClientEngine