Searched defs:GetTextIndexAtCursorContext (Results 1 – 1 of 1) sorted by relevance
252 struct GetTextIndexAtCursorContext : public AsyncCall::Context { struct255 GetTextIndexAtCursorContext() : Context(nullptr, nullptr){}; in GetTextIndexAtCursorContext() function256 GetTextIndexAtCursorContext(InputAction input, OutputAction output) in GetTextIndexAtCursorContext() argument259 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()264 napi_status operator()(napi_env env, napi_value *result) override in operator()