Home
last modified time | relevance | path

Searched refs:presetParagraph_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp145 richEditorPattern->presetParagraph_ = paragraph;
149 EXPECT_NE(richEditorPattern->presetParagraph_, nullptr);
1239 EXPECT_EQ(richEditorPattern->presetParagraph_, false);
H A Drich_editor_keyboard_shortcut_test_ng.cpp594 EXPECT_NE(richEditorPattern->presetParagraph_, nullptr);
596 EXPECT_NE(richEditorPattern->presetParagraph_, nullptr);
H A Drich_editor_base_testone_ng.cpp1104 richEditorPattern->presetParagraph_ = paragraph;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h897 return presetParagraph_; in GetPresetParagraph()
1371 RefPtr<Paragraph> presetParagraph_; variable
H A Drich_editor_pattern.cpp1891 presetParagraph_ = nullptr; in SetTypingStyle()
3386 if (!presetParagraph_) { in CalculateEmptyValueCaretRect()
3389 if (presetParagraph_) { in CalculateEmptyValueCaretRect()
10624 if (presetParagraph_) { in OnBackPressed()
10625 presetParagraph_->Reset(); in OnBackPressed()
10626 presetParagraph_ = nullptr; in OnBackPressed()
10641 CHECK_NULL_VOID(presetParagraph_); in OnBackPressed()
10642 presetParagraph_->PushStyle(textStyle); in OnBackPressed()
10643 presetParagraph_->AddText(StringUtils::Str8ToStr16(textContent)); in OnBackPressed()
10644 presetParagraph_->Build(); in OnBackPressed()
[all …]