Searched refs:ParseJsParagraphStyleSpan (Results 1 – 4 of 4) sorted by relevance
93 …static RefPtr<SpanBase> ParseJsParagraphStyleSpan(int32_t start, int32_t length, const JSRef<JSObj…
75 static RefPtr<ParagraphStyleSpan> ParseJsParagraphStyleSpan(const JSRef<JSObject>& obj);
449 return ParseJsParagraphStyleSpan(start, length, obj); in ParseJsSpanBase()472 RefPtr<SpanBase> JSSpanString::ParseJsParagraphStyleSpan(int32_t start, int32_t length, const JSRef… in ParseJsParagraphStyleSpan() function in OHOS::Ace::Framework::JSSpanString
1225 span = JSParagraphStyleSpan::ParseJsParagraphStyleSpan(JSRef<JSObject>::Cast(args[0])); in Constructor()1238 RefPtr<ParagraphStyleSpan> JSParagraphStyleSpan::ParseJsParagraphStyleSpan(const JSRef<JSObject>& o… in ParseJsParagraphStyleSpan() function in OHOS::Ace::Framework::JSParagraphStyleSpan