Searched defs:ChangeSelectionContext (Results 1 – 1 of 1) sorted by relevance
111 struct ChangeSelectionContext : public AsyncCall::Context { struct115 ChangeSelectionContext() : Context(nullptr, nullptr) {}; in ChangeSelectionContext() argument116 …ChangeSelectionContext(InputAction input, OutputAction output) : Context(std::move(input), std::mo… in ChangeSelectionContext() function118 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()123 napi_status operator()(napi_env env, napi_value *result) override in operator()