Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp69 JSRef<JSObject> constructorArg = JSRef<JSObject>::Cast(info[0]); in ConstructorCallback() local
83 JSRef<JSVal> builderCallback = constructorArg->GetProperty("builder"); in ConstructorCallback()
96 JSRef<JSVal> cancelCallback = constructorArg->GetProperty("cancel"); in ConstructorCallback()
115 JSViewAbstract::ParseDialogCallback(constructorArg, onWillDismissFunc); in ConstructorCallback()
131 auto alignmentValue = constructorArg->GetProperty("alignment"); in ConstructorCallback()
140 auto avoidModeValue = constructorArg->GetProperty("keyboardAvoidMode"); in ConstructorCallback()
149 auto offsetValue = constructorArg->GetProperty("offset"); in ConstructorCallback()
164 auto gridCountValue = constructorArg->GetProperty("gridCount"); in ConstructorCallback()
170 auto maskColorValue = constructorArg->GetProperty("maskColor"); in ConstructorCallback()
177 auto maskRectValue = constructorArg->GetProperty("maskRect"); in ConstructorCallback()
[all …]