Searched defs:GetTextIndexAtCursorContext (Results 1 – 1 of 1) sorted by relevance
261 struct GetTextIndexAtCursorContext : public AsyncCall::Context { struct264 GetTextIndexAtCursorContext() : Context(nullptr, nullptr){}; in GetTextIndexAtCursorContext() argument265 GetTextIndexAtCursorContext(InputAction input, OutputAction output) in GetTextIndexAtCursorContext() argument268 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()273 napi_status operator()(napi_env env, napi_value *result) override in operator()