Home
last modified time | relevance | path

Searched defs:spanType (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_model.h93 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu()
Dtext_model_ng.cpp480 void TextModelNG::BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, in BindSelectionMenu()
Dtext_pattern.cpp2565 void TextPattern::BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, in BindSelectionMenu()
2596 std::shared_ptr<SelectionMenuParams> TextPattern::GetMenuParams(TextSpanType spanType, TextResponse… in GetMenuParams()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_event_hub.cpp71 void RichEditorAbstractSpanResult::SetSpanType(SpanResultType spanType) in SetSpanType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp591 auto spanType = info[0]->ToNumber<int32_t>(); in BindSelectionMenu() local
902 const JSCallbackInfo& args, UserGestureOptions& gestureOption, const std::string& spanType) in ParseUserGesture()
Djs_text.cpp719 auto spanType = info[0]->ToNumber<int32_t>(); in BindSelectionMenu() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js5339 bindSelectionMenu(spanType, content, responseType, options) { argument