Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model.h142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu()
H A Dtext_model_ng.cpp618 void TextModelNG::BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, in BindSelectionMenu()
H A Dtext_pattern.cpp3515 void TextPattern::BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, in BindSelectionMenu()
3546 std::shared_ptr<SelectionMenuParams> TextPattern::GetMenuParams(TextSpanType spanType, TextResponse… in GetMenuParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp266 auto spanType = info[2]->ToNumber<int32_t>(); in GetSpans() local
625 bool JSSpanString::CheckSpanType(int32_t spanType) in CheckSpanType()
1053 auto spanType = styleKeyObj->ToNumber<int32_t>(); in ReplaceSpan() local
1104 auto spanType = styleKeyObj->ToNumber<int32_t>(); in AddSpan() local
1148 auto spanType = info[2]->ToNumber<int32_t>(); in RemoveSpan() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp262 auto spanType = (*it)->GetSpanType(); in MergeIntervals() local
552 auto spanType = spanBase->GetSpanType(); in CheckRange() local
H A Dmutable_span_string.cpp213 int32_t end, const std::string& other, SpanStringOperation op, SpanType spanType) in ProcessSpanBaseList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp84 void RichEditorAbstractSpanResult::SetSpanType(SpanResultType spanType) in SetSpanType()
H A Drich_editor_pattern.cpp447 auto spanType = style->GetSpanType(); in BeforeStyledStringChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp971 auto spanType = info[0]->ToNumber<int32_t>(); in BindSelectionMenu() local
1454 const JSCallbackInfo& args, UserGestureOptions& gestureOption, const std::string& spanType) in ParseUserGesture()
1485 const JSCallbackInfo& args, UserMouseOptions& mouseOption, const std::string& spanType) in ParseUserMouseOption()
1512 UserGestureOptions& gestureOption, const std::string& spanType) in ParseUserClickEvent()
H A Djs_text.cpp972 auto spanType = argsSpanType->ToNumber<int32_t>(); in BindSelectionMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8455 bindSelectionMenu(spanType, content, responseType, options) { argument