Home
last modified time | relevance | path

Searched refs:ParseBorderColorProps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp206 if (JSActionSheet::ParseBorderColorProps(colorValue, borderColor)) { in ParseBorderWidthAndColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_alert_dialog.cpp271 if (JSAlertDialog::ParseBorderColorProps(colorValue, borderColor)) { in ParseAlertBorderWidthAndColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h612 …static bool ParseBorderColorProps(const JSRef<JSVal>& args, NG::BorderColorProperty& colorProperty…
H A Djs_view_abstract.cpp8086 if (ParseBorderColorProps(colorValue, borderColor)) { in ParseSheetStyle()
8105 if (ParseBorderColorProps(colorValue, borderColor)) { in ParseSheetStyle()
10366 bool JSViewAbstract::ParseBorderColorProps(const JSRef<JSVal>& args, NG::BorderColorProperty& color… in ParseBorderColorProps() function in OHOS::Ace::Framework::JSViewAbstract
10624 if (ParseBorderColorProps(colorValue, borderColor)) { in SetDialogProperties()