Home
last modified time | relevance | path

Searched defs:extSpanObj (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1520 JSExtSpan::JSExtSpan(JSRef<JSObject> extSpanObj) : extSpanObj_(extSpanObj) {} in JSExtSpan()
1522 JSExtSpan::JSExtSpan(JSRef<JSObject> extSpanObj, int32_t start, int32_t end) in JSExtSpan()
1542 void JSExtSpan::SetJsExtSpanObject(const JSRef<JSObject>& extSpanObj) in SetJsExtSpanObject()