Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp289 auto markObj = JSRef<JSObject>::Cast(info[0]); in Mark() local
290 auto strokeColorValue = markObj->GetProperty("strokeColor"); in Mark()
296 auto sizeValue = markObj->GetProperty("size"); in Mark()
304 auto strokeWidthValue = markObj->GetProperty("strokeWidth"); in Mark()
H A Djs_checkboxgroup.cpp236 auto markObj = JSRef<JSObject>::Cast(info[0]); in Mark() local
237 auto strokeColorValue = markObj->GetProperty("strokeColor"); in Mark()
244 auto sizeValue = markObj->GetProperty("size"); in Mark()
253 auto strokeWidthValue = markObj->GetProperty("strokeWidth"); in Mark()

Completed in 2 milliseconds