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.h74 struct SetCallingWindowContext : public AsyncCall::Context { struct
76 SetCallingWindowContext() : Context(nullptr, nullptr) {}; in SetCallingWindowContext() argument
77SetCallingWindowContext(InputAction input, OutputAction output) : Context(std::move(input), std::m… in SetCallingWindowContext() function
79 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
84 napi_status operator()(napi_env env, napi_value *result) override in operator()