Home
last modified time | relevance | path

Searched refs:normalProperty (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp358 auto normalProperty = paramObj->GetProperty("textStyle"); in ParseTextProperties() local
366 if (!normalProperty->IsNull() && normalProperty->IsObject()) { in ParseTextProperties()
367 JSRef<JSObject> noramlObj = JSRef<JSObject>::Cast(normalProperty); in ParseTextProperties()
H A Djs_textpicker.cpp1677 auto normalProperty = paramObj->GetProperty("textStyle"); in ParseTextProperties() local
1685 if (!normalProperty->IsNull() && normalProperty->IsObject()) { in ParseTextProperties()
1686 JSRef<JSObject> noramlObj = JSRef<JSObject>::Cast(normalProperty); in ParseTextProperties()

Completed in 8 milliseconds