Home
last modified time | relevance | path

Searched refs:EXCEPTION_IMENGINE (Results 1 – 3 of 3) sorted by relevance

/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Djs_utils.h36 EXCEPTION_IMENGINE, enumerator
Djs_utils.cpp23 { ErrorCode::ERROR_REMOTE_IME_DIED, EXCEPTION_IMENGINE },
81 { EXCEPTION_IMENGINE, "input method engine error." },
Djs_get_input_method_setting.cpp56 … GetJsConstProperty(env, static_cast<uint32_t>(IMFErrorCode::EXCEPTION_IMENGINE))), in Init()