Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h82 static RefPtr<CustomSpan> ParseJsCustomSpan(const JSCallbackInfo& args);
83 …static RefPtr<SpanBase> ParseJsCustomSpan(int32_t start, int32_t length, const JSCallbackInfo& arg…
H A Djs_span_string.cpp166 RefPtr<CustomSpan> customSpan = JSSpanString::ParseJsCustomSpan(args); in Constructor()
424 return ParseJsCustomSpan(start, length, info); in ParseJsSpanBaseWithoutSpecialSpan()
574 RefPtr<SpanBase> JSSpanString::ParseJsCustomSpan(int32_t start, int32_t length, const JSCallbackInf… in ParseJsCustomSpan() function in OHOS::Ace::Framework::JSSpanString
714 RefPtr<CustomSpan> JSSpanString::ParseJsCustomSpan(const JSCallbackInfo& args) in ParseJsCustomSpan() function in OHOS::Ace::Framework::JSSpanString
905 RefPtr<CustomSpan> customSpan = JSSpanString::ParseJsCustomSpan(args); in Constructor()