Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp447 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(paddingObj->GetProperty("start")); in SetPadding() local
H A Djs_view_abstract.cpp532 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(startVal); in ParseLocalizedEdges() local
569 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(startVal); in ParseMarkAnchorPosition() local
1426 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(jsStart); in ParseLocalizedEdgeWidths() local
1465 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(object->GetProperty(START_PROPERTY)); in ParseLocalizedEdgeWidthsProps() local
3859 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(jsStart); in ParseLocalizedMarginOrLocalizedPaddingCorner() local
4684 JSRef<JSObject> startObj = JSRef<JSObject>::Cast(object->GetProperty(key)); in GetBorderRadiusByLengthMetrics() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js1040 lookup(startObj, path) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp1045 auto startObj = paramObject->GetProperty("start"); in ReplaceSpan() local
1096 auto startObj = paramObject->GetProperty("start"); in AddSpan() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp1114 std::shared_ptr<AstObject> Ast::Lookup(const std::shared_ptr<AstObject> &startObj, const std::strin… in Lookup()