Searched refs:presetParagraph_ (Results 1 – 5 of 5) sorted by relevance
145 richEditorPattern->presetParagraph_ = paragraph;149 EXPECT_NE(richEditorPattern->presetParagraph_, nullptr);1239 EXPECT_EQ(richEditorPattern->presetParagraph_, false);
594 EXPECT_NE(richEditorPattern->presetParagraph_, nullptr);596 EXPECT_NE(richEditorPattern->presetParagraph_, nullptr);
1104 richEditorPattern->presetParagraph_ = paragraph;
897 return presetParagraph_; in GetPresetParagraph()1371 RefPtr<Paragraph> presetParagraph_; variable
1891 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 …]