Searched refs:styledStringController (Results 1 – 2 of 2) sorted by relevance
217 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 …]
2642 …auto styledStringController = AceType::DynamicCast<RichEditorStyledStringControllerBase>(controlle… in GetSelection() local2643 CHECK_NULL_VOID(styledStringController); in GetSelection()2644 SelectionRangeInfo value = styledStringController->GetSelection(); in GetSelection()2659 …auto styledStringController = AceType::DynamicCast<RichEditorStyledStringControllerBase>(controlle… in SetStyledString() local2660 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 …]