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.h325 struct GetCallingWindowInfoContext : public AsyncCall::Context { struct
327 GetCallingWindowInfoContext() : Context(nullptr, nullptr){}; in GetCallingWindowInfoContext() argument
328 napi_status operator()(napi_env env, napi_value *result) override in operator()