/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/ |
H A D | picker_view.js | 40 textValue: "time", property in data
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | marquee_tdd_test.cpp | 258 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 D | input_event_tdd_test.cpp | 891 const char *textValue = button->GetText(); variable 955 char *textValue = JSObject::GetString(page, "value"); variable 1117 char *textValue = JSObject::GetString(page, "value"); variable
|
H A D | jsbundle_tdd_test.cpp | 117 JSValue textValue = JSString::Create(message); in CreateElementAttributeLength003() local 156 JSValue textValue = JSString::Create(message); in CreateElementAttributeLength004() local
|
H A D | text_tdd_test.cpp | 43 …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 D | rosen_render_text_span.cpp | 31 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 D | event_listener.cpp | 157 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(value)); in OnChange() local
|
H A D | canvas_component.cpp | 1247 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 D | text_field_paint_method.cpp | 73 auto textValue = textFieldPattern->GetTextValue(); in UpdateContentModifier() local
|
H A D | text_field_model_ng.cpp | 58 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 D | tool_bar_pattern.cpp | 188 auto textValue = textLayoutProperty->GetContent(); in ShowDialogWithNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | rosen_render_text.cpp | 538 std::string textValue = ""; in UpdateParagraph() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 658 const std::string textValue = "textValue"; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.cpp | 723 void AccessibilityProperty::SetUserTextValue(const std::string& textValue) in SetUserTextValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_pattern.cpp | 70 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 D | search_model_ng.cpp | 759 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 D | text_input_modify_test.cpp | 1936 auto textValue = pattern->GetTextValue(); in __anonba04f1102202() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.cpp | 124 JSRef<JSVal> textValue = paramObject->GetProperty("text"); in CreateTextInput() local 174 JSRef<JSVal> textValue = paramObject->GetProperty("text"); in CreateTextArea() local
|
H A D | js_search.cpp | 190 JSRef<JSVal> textValue = param->GetProperty("value"); in Create() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 1290 auto textValue = textLayoutProperty->GetContent(); in ShowDialogWithNode() local
|