Home
last modified time | relevance | path

Searched defs:textFieldComponent (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dsearch_model_impl.cpp44 auto textFieldComponent = AceType::MakeRefPtr<OHOS::Ace::TextFieldComponent>(); in Create() local
85 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetPlaceholderColor() local
107 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetPlaceholderFont() local
141 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetTextFont() local
169 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetTextAlign() local
205 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetHeight() local
217 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetBackBorder() local
254 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetOnCopy() local
266 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetOnCut() local
278 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(childComponent); in SetOnPaste() local
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/domsearch/
Ddom_search_test.cpp192 RefPtr<TextFieldComponent> textFieldComponent = variable
235 RefPtr<TextFieldComponent> textFieldComponent = variable
275 RefPtr<TextFieldComponent> textFieldComponent = variable
315 RefPtr<TextFieldComponent> textFieldComponent = variable
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
Ddsl_text_field_creator_test.cpp118 …RefPtr<TextFieldComponent> textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component… variable
168 …RefPtr<TextFieldComponent> textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component… variable
Ddsl_text_field_style_creator_test.cpp136 …RefPtr<TextFieldComponent> textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component… variable
188 …RefPtr<TextFieldComponent> textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component… variable
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dsearch_composed_element.cpp76 auto textFieldComponent = AceType::DynamicCast<TextFieldComponent>(component->GetChild()); in GetColor() local