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.h192 struct GetBackwardContext : public AsyncCall::Context { struct
196 GetBackwardContext() : Context(nullptr, nullptr){}; in GetBackwardContext() argument
197GetBackwardContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(o… in GetBackwardContext() function
199 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
204 napi_status operator()(napi_env env, napi_value *result) override in operator()