Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_list_item_group.cpp58 auto styleObject = obj->GetProperty("style"); in Create() local
Djs_richeditor.cpp768 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseJsTextStyle()
816 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseJsSymbolSpanStyle()
864 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseTextShadow()
880 const JSRef<JSObject>& styleObject, TextStyle& style, struct UpdateSpanStyle& updateSpanStyle) in ParseTextDecoration()
1093 JSRef<JSObject> styleObject = JSRef<JSObject>::Cast(styleObj); in AddTextSpan() local
1149 JSRef<JSObject> styleObject = JSRef<JSObject>::Cast(styleObj); in AddSymbolSpan() local
1402 bool JSRichEditorController::ParseParagraphStyle(const JSRef<JSObject>& styleObject, struct UpdateP… in ParseParagraphStyle()