Home
last modified time | relevance | path

Searched refs:ClearEditorCache (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h837 void ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastListener);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp238 ClearEditorCache(clientInfo_.isNotifyInputStart, lastListener); in Attach()
1021 void InputMethodController::ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastList… in ClearEditorCache() function in OHOS::MiscServices::InputMethodController