Home
last modified time | relevance | path

Searched defs:textValue (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dpicker_view.js40 textValue: "time", property in data
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dmarquee_tdd_test.cpp258 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(textVal)); in ComponentMarqueeStyleSetTest011() local
303 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(textVal)); in ComponentMarqueeStyleSetTest012() local
348 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(textVal)); in ComponentMarqueeStyleSetTest013() local
H A Dinput_event_tdd_test.cpp891 const char *textValue = button->GetText(); variable
955 char *textValue = JSObject::GetString(page, "value"); variable
1117 char *textValue = JSObject::GetString(page, "value"); variable
H A Djsbundle_tdd_test.cpp117 JSValue textValue = JSString::Create(message); in CreateElementAttributeLength003() local
156 JSValue textValue = JSString::Create(message); in CreateElementAttributeLength004() local
H A Dtext_tdd_test.cpp43 …jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(expectTextVal… in ComponentTextAttributeSetValueTest001() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Drosen_render_text_span.cpp31 std::map<int32_t, std::map<GestureType, EventMarker>>& touchRegions, std::string& textValue) in UpdateText()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp157 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(value)); in OnChange() local
H A Dcanvas_component.cpp1247 char *textValue = MallocStringOf(args[ArgsIndex::IDX_0]); in FillText() local
1300 char *textValue = MallocStringOf(args[ArgsIndex::IDX_0]); in StrokeText() local
1400 char *textValue = MallocStringOf(args[ArgsIndex::IDX_0]); in MeasureText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_method.cpp73 auto textValue = textFieldPattern->GetTextValue(); in UpdateContentModifier() local
H A Dtext_field_model_ng.cpp58 auto textValue = pattern->GetTextValue(); in CreateNode() local
113 auto textValue = pattern->GetTextValue(); in CreateFrameNode() local
1267 auto textValue = pattern->GetTextValue(); in SetTextFieldText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_pattern.cpp188 auto textValue = textLayoutProperty->GetContent(); in ShowDialogWithNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp538 std::string textValue = ""; in UpdateParagraph() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp658 const std::string textValue = "textValue"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp723 void AccessibilityProperty::SetUserTextValue(const std::string& textValue) in SetUserTextValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp70 void SearchPattern::UpdateChangeEvent(const std::string& textValue, int16_t style) in UpdateChangeEvent()
99 void SearchPattern::UpdateCancelButtonStatus(const std::string& textValue, int16_t style) in UpdateCancelButtonStatus()
138 bool SearchPattern::IsEventEnabled(const std::string& textValue, int16_t style) in IsEventEnabled()
H A Dsearch_model_ng.cpp759 auto textValue = pattern->GetTextValue(); in CreateTextField() local
1063 auto textValue = pattern->GetTextValue(); in SetTextValue() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp1936 auto textValue = pattern->GetTextValue(); in __anonba04f1102202() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp124 JSRef<JSVal> textValue = paramObject->GetProperty("text"); in CreateTextInput() local
174 JSRef<JSVal> textValue = paramObject->GetProperty("text"); in CreateTextArea() local
H A Djs_search.cpp190 JSRef<JSVal> textValue = param->GetProperty("value"); in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1290 auto textValue = textLayoutProperty->GetContent(); in ShowDialogWithNode() local