Home
last modified time | relevance | path

Searched refs:marginObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp68 auto marginObj = JSRef<JSObject>::Cast(jsValue); in ParseMargin() local
69 if (SetMarginProperty(marginObj, margin)) { in ParseMargin()
H A Djs_richeditor.cpp121 auto marginObj = JSRef<JSObject>::Cast(marginAttr); in ParseMarginAttr() local
122 if (marginObj->HasProperty("value")) { in ParseMarginAttr()
123 length = ParseLengthMetrics(marginObj); in ParseMarginAttr()
131 JSViewAbstract::ParseMarginOrPaddingCorner(marginObj, top, bottom, left, right); in ParseMarginAttr()