Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.h216 struct GetEditorAttributeContext : public AsyncCall::Context { struct
218 GetEditorAttributeContext() : Context(nullptr, nullptr){}; in GetEditorAttributeContext() argument
219GetEditorAttributeContext(InputAction input, OutputAction output) : Context(std::move(input), std:… in GetEditorAttributeContext() argument
220 napi_status operator()(napi_env env, napi_value *result) override in operator()