Home
last modified time | relevance | path

Searched refs:ParseJSBackgroundColorSpan (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h70 …static RefPtr<SpanBase> ParseJSBackgroundColorSpan(int32_t start, int32_t length, const JSRef<JSOb…
H A Djs_span_object.h222 static RefPtr<BackgroundColorSpan> ParseJSBackgroundColorSpan(const JSCallbackInfo& info);
H A Djs_span_string.cpp453 return ParseJSBackgroundColorSpan(start, length, obj); in ParseJsSpanBase()
539 RefPtr<SpanBase> JSSpanString::ParseJSBackgroundColorSpan(int32_t start, int32_t length, const JSRe… in ParseJSBackgroundColorSpan() function in OHOS::Ace::Framework::JSSpanString
H A Djs_span_object.cpp1570 span = JSBackgroundColorSpan::ParseJSBackgroundColorSpan(args); in Constructor()
1584 RefPtr<BackgroundColorSpan> JSBackgroundColorSpan::ParseJSBackgroundColorSpan(const JSCallbackInfo&… in ParseJSBackgroundColorSpan() function in OHOS::Ace::Framework::JSBackgroundColorSpan