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 D | text_model.h | 142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu()
|
H A D | text_model_ng.cpp | 618 void TextModelNG::BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, in BindSelectionMenu()
|
H A D | text_pattern.cpp | 3515 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 D | js_span_string.cpp | 266 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 D | span_string.cpp | 262 auto spanType = (*it)->GetSpanType(); in MergeIntervals() local 552 auto spanType = spanBase->GetSpanType(); in CheckRange() local
|
H A D | mutable_span_string.cpp | 213 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 D | rich_editor_event_hub.cpp | 84 void RichEditorAbstractSpanResult::SetSpanType(SpanResultType spanType) in SetSpanType()
|
H A D | rich_editor_pattern.cpp | 447 auto spanType = style->GetSpanType(); in BeforeStyledStringChange() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 971 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 D | js_text.cpp | 972 auto spanType = argsSpanType->ToNumber<int32_t>(); in BindSelectionMenu() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 8455 bindSelectionMenu(spanType, content, responseType, options) { argument
|