Home
last modified time | relevance | path

Searched defs:editorType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h34 void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType, in BindSelectionMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.cpp209 void RichEditorModelNG::BindSelectionMenu(TextSpanType& editorType, TextResponseType& type, in BindSelectionMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h180 std::optional<int32_t> editorType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp966 NG::TextSpanType editorType = NG::TextSpanType::NONE; in BindSelectionMenu() local