Home
last modified time | relevance | path

Searched refs:textContent (Results 1 - 25 of 36) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_wordbreak_test.cpp412 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
414 textInputLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
448 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
450 textInputLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
484 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
486 textInputLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
522 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
524 textInputLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
560 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
562 textInputLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolde in HWTEST_F()
[all...]
H A Dtext_area_test.cpp1602 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
1604 textAreaLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
1635 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
1637 textAreaLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
1668 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
1670 textAreaLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
1703 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
1705 textAreaLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolder); in HWTEST_F()
1738 std::string textContent(DEFAULT_TEXT); in HWTEST_F()
1740 textAreaLayoutAlgorithm->ConstructTextStyles(frameNode_, textStyle, textContent, showPlaceHolde in HWTEST_F()
[all...]
H A Dtext_field_pattern_testthree.cpp527 auto textContent = spanString->GetString(); in HWTEST_F() local
528 EXPECT_EQ(textContent.empty(), false); in HWTEST_F()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dcollect_results_and_visualize.js288 componentNameCell.textContent = item.ComponentName;
292 caseNameCell.textContent = item.CaseName;
296 codeLineCell.textContent = item.CodeLine;
300 messageCell.textContent = item.Message;
304 resultCell.textContent = item.Result;
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp190 napi_get_named_property(env, argv, "textContent", &textContentNApi); in JSMeasureText()
207 std::string textContent = HandleStringType(textContentNApi, env); in JSMeasureText() local
210 context.textContent = textContent; in JSMeasureText()
262 napi_get_named_property(env, argv, "textContent", &contextParamMap["textContentNApi"]); in SetMeasureTextNapiProperty()
316 std::string textContent = HandleStringType(contextParamMap["textContentNApi"], env); in SetContextProperty() local
320 context.textContent = textContent; in SetContextProperty()
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/
H A Dindex.js209 if (event.target.textContent === '-') {
218 componentButton.textContent = '-';
231 isFoldStatus ? event.target.textContent = '+' : event.target.textContent = '-';
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h30 char* textContent; member
H A Dcj_measure_ffi.cpp58 measureContext.textContent = std::string(context.textContent); in FromCJCreateMeasureContext()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h27 std::string textContent; member
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/
H A DPasteBoardDelayPerfJsunit.test.js52 plainText.textContent = 'textContent';
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.h57 static RefPtr<FrameNode> CreateDateTextNode(const std::string& textContent);
H A Dcalendar_picker_model_ng.cpp223 RefPtr<FrameNode> CalendarPickerModelNG::CreateDateTextNode(const std::string& textContent) in CreateDateTextNode() argument
234 textLayoutProperty->UpdateContent(textContent); in CreateDateTextNode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.h66 void CreateTextWithDragNode(const std::string& textContent, const TextProperty& textProperty);
H A Dtext_drag_test_ng.cpp80 void TextDragTestNg::CreateTextWithDragNode(const std::string& textContent, const TextProperty& textProperty) in CreateTextWithDragNode() argument
88 textModel.Create(textContent); in CreateTextWithDragNode()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp309 std::string textContent; in RebuildWebviewPasteData() local
311 if (!item->GetTextContent().empty() && textContent.empty()) { in RebuildWebviewPasteData()
313 textContent = item->GetTextContent(); in RebuildWebviewPasteData()
343 pasteDataRecord->SetTextContent(textContent); in RebuildWebviewPasteData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.h112 const RefPtr<FrameNode>& frameNode, TextStyle& textStyle, std::string& textContent, bool& showPlaceHolder);
H A Dtext_field_layout_algorithm.cpp49 const RefPtr<FrameNode>& frameNode, TextStyle& textStyle, std::string& textContent, bool& showPlaceHolder) in ConstructTextStyles()
65 textContent = pattern->GetTextValue(); in ConstructTextStyles()
70 textContent = textFieldLayoutProperty->GetPlaceholderValue(""); in ConstructTextStyles()
48 ConstructTextStyles( const RefPtr<FrameNode>& frameNode, TextStyle& textStyle, std::string& textContent, bool& showPlaceHolder) ConstructTextStyles() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp292 content.textContent = data; in GetMeasureTextSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2102 auto textContent = ss.str();
2103 return textContent;
5466 auto textContent = wss.str();
5467 if (static_cast<int32_t>(textContent.length()) != GetTextContentLength()) {
5468 TAG_LOGW(AceLogTag::ACE_RICH_TEXT, "textContent length mismatch, %{public}d vs. %{public}d",
5469 static_cast<int32_t>(textContent.length()), GetTextContentLength());
5471 auto start = std::clamp(caretPosition_ - length, 0, static_cast<int32_t>(textContent.length()));
5473 textContent.substr(static_cast<uint32_t>(start), static_cast<uint32_t>(caretPosition_ - start));
5531 auto textContent = wss.str();
5532 if (static_cast<int32_t>(textContent
10835 std::string textContent; PreferredParagraph() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp508 textCtx.textContent = Localization::GetInstance()->GetEntryLetters("window.rightSide"); in GetOrCreateMenuList()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp107 measureContext.textContent = MEASURE_SIZE_STRING; in OnModifyDone()
567 measureContext.textContent = MEASURE_SIZE_STRING; in AddAnimationTextProperties()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp627 auto textContent = spanString->GetString(); in HWTEST_F() local
628 EXPECT_EQ(textContent.empty(), false); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp111 measureContext.textContent = MEASURE_SIZE_STRING; in OnModifyDone()
636 measureContext.textContent = MEASURE_SIZE_STRING; in AddAnimationTextProperties()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp112 measureContext.textContent = MEASURE_STRING; in OnModifyDone()
780 measureContext.textContent = MEASURE_STRING; in AddAnimationTextProperties()
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3690 textContent: f14.value,
3789 textContent: v12,
3794 textContent: v12,

Completed in 36 milliseconds

12