/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_wordbreak_test.cpp | 412 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 D | text_area_test.cpp | 1602 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 D | text_field_pattern_testthree.cpp | 527 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 D | collect_results_and_visualize.js | 288 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 D | js_measure.cpp | 190 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 D | index.js | 209 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 D | cj_measure_ffi.h | 30 char* textContent; member
|
H A D | cj_measure_ffi.cpp | 58 measureContext.textContent = std::string(context.textContent); in FromCJCreateMeasureContext()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | measure_util.h | 27 std::string textContent; member
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardperf/ |
H A D | PasteBoardDelayPerfJsunit.test.js | 52 plainText.textContent = 'textContent';
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_model_ng.h | 57 static RefPtr<FrameNode> CreateDateTextNode(const std::string& textContent);
|
H A D | calendar_picker_model_ng.cpp | 223 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 D | text_drag_test_ng.h | 66 void CreateTextWithDragNode(const std::string& textContent, const TextProperty& textProperty);
|
H A D | text_drag_test_ng.cpp | 80 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 D | pasteboard_client.cpp | 309 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 D | text_field_layout_algorithm.h | 112 const RefPtr<FrameNode>& frameNode, TextStyle& textStyle, std::string& textContent, bool& showPlaceHolder);
|
H A D | text_field_layout_algorithm.cpp | 49 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 D | security_component_layout_element.cpp | 292 content.textContent = data; in GetMeasureTextSize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 2102 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 D | container_modal_pattern_enhance.cpp | 508 textCtx.textContent = Localization::GetInstance()->GetEntryLetters("window.rightSide"); in GetOrCreateMenuList()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 107 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 D | rich_editor_edit_testone_ng.cpp | 627 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 D | timepicker_column_pattern.cpp | 111 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 D | textpicker_column_pattern.cpp | 112 measureContext.textContent = MEASURE_STRING; in OnModifyDone() 780 measureContext.textContent = MEASURE_STRING; in AddAnimationTextProperties()
|
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 3690 textContent: f14.value, 3789 textContent: v12, 3794 textContent: v12,
|