Searched defs:GetTextIndexAtCursorContext (Results 1 – 1 of 1) sorted by relevance
244 struct GetTextIndexAtCursorContext : public AsyncCall::Context { struct248 GetTextIndexAtCursorContext() : Context(nullptr, nullptr){}; in GetTextIndexAtCursorContext() function249 GetTextIndexAtCursorContext(InputAction input, OutputAction output) in GetTextIndexAtCursorContext() argument252 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()257 napi_status operator()(napi_env env, napi_value *result) override in operator()