Searched refs:inputMethod_ (Results 1 – 2 of 2) sorted by relevance
42 std::shared_ptr<JsGetInputMethodSetting> JsGetInputMethodSetting::inputMethod_{ nullptr };117 if (inputMethod_ == nullptr) { in GetInputMethodSettingInstance()119 if (inputMethod_ == nullptr) { in GetInputMethodSettingInstance()125 inputMethod_ = engine; in GetInputMethodSettingInstance()128 return inputMethod_; in GetInputMethodSettingInstance()502 …t = ImeEventMonitorManagerImpl::GetInstance().RegisterImeEventListener(iter->second, inputMethod_); in Subscribe()583 …= ImeEventMonitorManagerImpl::GetInstance().UnRegisterImeEventListener(iter->second, inputMethod_); in UnSubscribe()
151 static std::shared_ptr<JsGetInputMethodSetting> inputMethod_; variable