Home
last modified time | relevance | path

Searched refs:CreateJsParagraphStyleSpan (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.h92 static JSRef<JSObject> CreateJsParagraphStyleSpan(const RefPtr<SpanBase>& spanObject);
H A Djs_span_string.cpp137 { SpanType::ParagraphStyle, JSSpanString::CreateJsParagraphStyleSpan },
310 JSRef<JSObject> JSSpanString::CreateJsParagraphStyleSpan(const RefPtr<SpanBase>& spanObject) in CreateJsParagraphStyleSpan() function in OHOS::Ace::Framework::JSSpanString