Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.h40 static void ParseCalendarPickerBorderColor(const JSRef<JSVal>& args);
H A Djs_calendar_picker.cpp211 ParseCalendarPickerBorderColor(object->GetProperty("color")); in SetBorder()
223 void JSCalendarPicker::ParseCalendarPickerBorderColor(const JSRef<JSVal>& args) in ParseCalendarPickerBorderColor() function in OHOS::Ace::Framework::JSCalendarPicker