Home
last modified time | relevance | path

Searched refs:onDeleteComplete_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp530 onDeleteComplete_ = std::move(func); in SetOnDeleteComplete()
534 if (onDeleteComplete_) { in FireOnDeleteComplete()
535 onDeleteComplete_(); in FireOnDeleteComplete()
H A Drich_editor_event_hub.h388 std::function<void()> onDeleteComplete_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_styled_string_test_ng.cpp193 EXPECT_FALSE(eventHub->onDeleteComplete_);