Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.h194 struct GetBackwardContext : public AsyncCall::Context { struct
198 GetBackwardContext() : Context(nullptr, nullptr){}; in GetBackwardContext() argument
199GetBackwardContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(o… in GetBackwardContext() function
201 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
206 napi_status operator()(napi_env env, napi_value *result) override in operator()