Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h84 struct SetCallingWindowContext : public AsyncCall::Context { struct
86 SetCallingWindowContext() : Context(nullptr, nullptr){}; in SetCallingWindowContext() argument
87SetCallingWindowContext(InputAction input, OutputAction output) : Context(std::move(input), std::m… in SetCallingWindowContext() function
89 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
94 napi_status operator()(napi_env env, napi_value *result) override in operator()