Home
last modified time | relevance | path

Searched refs:spaceVal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex_impl.cpp90 JSRef<JSVal> spaceVal = obj->GetProperty("space"); in CreateFlexComponent() local
91 if (spaceVal->IsUndefined()) { in CreateFlexComponent()
112 JSRef<JSVal> spaceVal = obj->GetProperty("space"); in CreateWrapComponent() local
113 if (spaceVal->IsUndefined()) { in CreateWrapComponent()
H A Djs_row.cpp55 JSRef<JSVal> spaceVal = obj->GetProperty("space"); in Create() local
57 if (ParseJsDimensionVp(spaceVal, value)) { in Create()
H A Djs_column.cpp57 JSRef<JSVal> spaceVal = obj->GetProperty("space"); in Create() local
59 if (ParseJsDimensionVp(spaceVal, value)) { in Create()