Home
last modified time | relevance | path

Searched refs:styledStringController (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp217 ASSERT_NE(styledStringController, nullptr);
222 styledStringController->SetStyledString(mutableStr);
269 ASSERT_NE(styledStringController, nullptr);
313 ASSERT_NE(styledStringController, nullptr);
347 ASSERT_NE(styledStringController, nullptr);
382 ASSERT_NE(styledStringController, nullptr);
432 ASSERT_NE(styledStringController, nullptr);
492 ASSERT_NE(styledStringController, nullptr);
548 ASSERT_NE(styledStringController, nullptr);
887 ASSERT_NE(styledStringController, nullptr);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2642 …auto styledStringController = AceType::DynamicCast<RichEditorStyledStringControllerBase>(controlle… in GetSelection() local
2643 CHECK_NULL_VOID(styledStringController); in GetSelection()
2644 SelectionRangeInfo value = styledStringController->GetSelection(); in GetSelection()
2659 …auto styledStringController = AceType::DynamicCast<RichEditorStyledStringControllerBase>(controlle… in SetStyledString() local
2660 CHECK_NULL_VOID(styledStringController); in SetStyledString()
2661 styledStringController->SetStyledString(spanStringController); in SetStyledString()
2669 CHECK_NULL_VOID(styledStringController); in GetStyledString()
2712 CHECK_NULL_VOID(styledStringController); in SetOnWillChange()
2713 styledStringController->SetOnWillChange(std::move(callback)); in SetOnWillChange()
2746 CHECK_NULL_VOID(styledStringController); in SetOnDidChange()
[all …]