Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.h316 struct GetCallingWindowInfoContext : public AsyncCall::Context { struct
318 GetCallingWindowInfoContext() : Context(nullptr, nullptr){}; in GetCallingWindowInfoContext() function
319 napi_status operator()(napi_env env, napi_value *result) override in operator()