Searched refs:testParagraphRects (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_base_testone_ng.cpp | 238 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 264 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 583 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 612 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 641 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 670 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 699 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 728 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 757 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 786 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … [all …]
|
H A D | rich_editor_content_modifier_test_ng.cpp | 166 .testParagraphRects = { paragraphRect } }; 255 .testParagraphRects = { paragraphRect } };
|
H A D | rich_editor_common_test_ng.h | 201 std::vector<TestParagraphRect> testParagraphRects; member
|
H A D | rich_editor_common_test_ng.cpp | 95 for (auto& paragraphRect : testParagraphItem.testParagraphRects) { in AddParagraph()
|
H A D | rich_editor_pattern_testone_ng.cpp | 1308 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 1316 …TestParagraphItem paragraphItemSec = { .start = 7, .end = 12, .testParagraphRects = { paragraphRec… 1319 …TestParagraphItem paragraphItemThi = { .start = 13, .end = 18, .testParagraphRects = { paragraphRe…
|
H A D | rich_editor_click_test_ng.cpp | 361 .testParagraphRects = { paragraphRect } }; 760 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } …
|
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 508 .testParagraphRects = { paragraphRect } }; 1004 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } …
|
H A D | rich_editor_edit_test_ng.cpp | 620 .testParagraphRects = { paragraphRect } }; 688 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } …
|
H A D | rich_editor_pattern_test_ng.cpp | 820 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 919 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } …
|
H A D | rich_editor_pattern_testfour_ng.cpp | 895 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } …
|
H A D | rich_editor_test_ng.cpp | 192 std::vector<TestParagraphRect> testParagraphRects; member 348 for (auto& paragraphRect : testParagraphItem.testParagraphRects) { in AddParagraph() 3417 .testParagraphRects = { paragraphRect } }; 6383 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } … 6409 …TestParagraphItem paragraphItem = { .start = 0, .end = 6, .testParagraphRects = { paragraphRect } …
|