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