Searched defs:textEditor (Results 1 – 3 of 3) sorted by relevance
31 InputMethod_TextEditorProxy *textEditor = nullptr; member63 static InputMethod_ErrorCode GetInputMethodProxy(InputMethod_TextEditorProxy *textEditor) in GetInputMethodProxy()89 #define CHECK_MEMBER_NULL(textEditor, member) \ argument96 static int32_t IsValidTextEditorProxy(InputMethod_TextEditorProxy *textEditor) in IsValidTextEditorProxy()147 InputMethod_ErrorCode OH_InputMethodController_Attach(InputMethod_TextEditorProxy *textEditor, in OH_InputMethodController_Attach()
66 auto textEditor = OH_TextEditorProxy_Create(); variable134 auto textEditor = OH_TextEditorProxy_Create(); variable152 auto textEditor = OH_TextEditorProxy_Create(); variable167 auto textEditor = OH_TextEditorProxy_Create(); variable199 auto textEditor = OH_TextEditorProxy_Create(); variable216 auto textEditor = OH_TextEditorProxy_Create(); variable
23 …explicit NativeTextChangedListener(InputMethod_TextEditorProxy *textEditor) : textEditor_(textEdit… in NativeTextChangedListener()