Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp635 onStyledStringWillChange_ = std::move(func); in SetOnStyledStringWillChange()
640 return onStyledStringWillChange_ ? onStyledStringWillChange_(info) : true; in FireOnStyledStringWillChange()
645 return static_cast<bool>(onStyledStringWillChange_); in HasOnStyledStringWillChange()
H A Drich_editor_event_hub.h395 std::function<bool(const StyledStringChangeValue&)> onStyledStringWillChange_; variable