Searched defs:GetTextIndexAtCursorContext (Results 1 – 1 of 1) sorted by relevance
250 struct GetTextIndexAtCursorContext : public AsyncCall::Context { struct253 GetTextIndexAtCursorContext() : Context(nullptr, nullptr){}; in GetTextIndexAtCursorContext() argument254 GetTextIndexAtCursorContext(InputAction input, OutputAction output) in GetTextIndexAtCursorContext() argument257 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()