Home
last modified time | relevance | path

Searched defs:GetForwardContext (Results 1 – 1 of 1) sorted by relevance

/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_text_input_client_engine.h135 struct GetForwardContext : public AsyncCall::Context { struct
139 GetForwardContext() : Context(nullptr, nullptr) { }; in GetForwardContext() argument
140GetForwardContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(ou… in GetForwardContext() function
142 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
147 napi_status operator()(napi_env env, napi_value *result) override in operator()