Home
last modified time | relevance | path

Searched defs:textValue (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dpicker_view.js
/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Drosen_render_text_span.cpp28 UpdateText(txt::ParagraphBuilder& builder, std::map<int32_t, std::map<GestureType, EventMarker>>& touchRegions, std::string& textValue) UpdateText() argument
/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
[all...]
/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(); in HWTEST_F() local
955 char *textValue = JSObject::GetString(page, "value"); in HWTEST_F() local
1117 char *textValue = JSObject::GetString(page, "value"); HWTEST_F() local
[all...]
H A Dtext_tdd_test.cpp43 jerry_value_t textValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(expectTextValue)); in ComponentTextAttributeSetValueTest001() local
H A Djsbundle_tdd_test.cpp117 JSValue textValue = JSString::Create(message); in CreateElementAttributeLength003() local
156 JSValue textValue = JSString::Create(message); in CreateElementAttributeLength004() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_pattern.cpp183 auto textValue = textLayoutProperty->GetContent(); in ShowDialogWithNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_method.cpp68 auto textValue = textFieldPattern->GetTextValue(); in UpdateContentModifier() local
H A Dtext_field_model_ng.cpp55 auto textValue = pattern->GetTextValue(); in CreateNode() local
109 auto textValue = pattern->GetTextValue(); in CreateFrameNode() local
1320 auto textValue = pattern->GetTextValue(); in SetTextFieldText() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp530 std::string textValue = ""; in UpdateParagraph() local
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp824 const std::string textValue = "textValue"; in HWTEST_F() local
840 const std::string textValue = "textValue"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp211 JSRef<JSVal> textValue = param->GetProperty("value"); in Create() local
H A Djs_textfield.cpp142 JSRef<JSVal> textValue = paramObject->GetProperty("text"); in CreateTextInput() local
192 JSRef<JSVal> textValue = paramObject->GetProperty("text"); in CreateTextArea() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp757 auto textValue = pattern->GetTextValue(); in CreateTextField() local
1060 auto textValue = pattern->GetTextValue(); in SetTextValue() local
H A Dsearch_pattern.cpp70 void SearchPattern::UpdateChangeEvent(const std::string& textValue, int16_t style) in UpdateChangeEvent() argument
121 bool SearchPattern::IsEventEnabled(const std::string& textValue, int16_t style) in IsEventEnabled() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp686 void AccessibilityProperty::SetUserTextValue(const std::string& textValue) in SetUserTextValue() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1279 auto textValue = textLayoutProperty->GetContent(); in ShowDialogWithNode() local

Completed in 36 milliseconds