/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textinput_ffi.cpp | 47 auto nativeController = TextFieldModel::GetInstance()->CreateTextInput(placeholder, text); in FfiOHOSAceFrameworkTextInputCreate()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_base.cpp | 80 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField()
|
H A D | text_input_area_model_test.cpp | 196 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField() 994 textFieldModelNG.CreateTextInput(DEFAULT_TEXT, "");
|
H A D | text_input_wordbreak_test.cpp | 190 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField()
|
H A D | text_field_controller_test.cpp | 730 textFieldModelNG.CreateTextInput(DEFAULT_TEXT, ""); 754 textFieldModelNG.CreateTextInput(DEFAULT_TEXT, "");
|
H A D | text_input_modify_test.cpp | 195 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.h | 33 static void CreateTextInput(const JSCallbackInfo& info);
|
H A D | js_textinput.cpp | 138 JSTextField::CreateTextInput(info); in Create()
|
H A D | js_textfield.cpp | 110 void JSTextField::CreateTextInput(const JSCallbackInfo& info) in CreateTextInput() function in OHOS::Ace::Framework::JSTextField 149 auto controller = TextFieldModel::GetInstance()->CreateTextInput(placeholderSrc, value); in CreateTextInput()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_field_model_impl.h | 31 RefPtr<TextFieldControllerBase> CreateTextInput(
|
H A D | text_field_model_impl.cpp | 38 RefPtr<TextFieldControllerBase> TextFieldModelImpl::CreateTextInput( in CreateTextInput() function in OHOS::Ace::Framework::TextFieldModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model.h | 262 virtual RefPtr<TextFieldControllerBase> CreateTextInput(
|
H A D | text_field_model_ng.h | 29 RefPtr<TextFieldControllerBase> CreateTextInput(
|
H A D | text_field_model_ng.cpp | 244 RefPtr<TextFieldControllerBase> TextFieldModelNG::CreateTextInput( in CreateTextInput() function in OHOS::Ace::NG::TextFieldModelNG
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/ |
H A D | text_field_test.cpp | 136 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextFieldNode()
|